All Projects → rtzll → Django Todolist

rtzll / Django Todolist

Licence: mit
exemplary django application - small to do list web app

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Todolist

Snippod Starter Demo App
A full stack 'Hacker News' style demo web application built with React + Redux (Front) and django REST Framework (Server).
Stars: ✭ 128 (+172.34%)
Mutual labels:  django, webapp
Channelstream
Channelstream is a websocket communication server for web applications
Stars: ✭ 52 (+10.64%)
Mutual labels:  django, webapp
Flask Todolist
exemplary flask application - small to-do list WebApp example
Stars: ✭ 85 (+80.85%)
Mutual labels:  todolist, webapp
Tutorialdb
A search 🔎 engine for programming/dev tutorials, See it in action 👉
Stars: ✭ 93 (+97.87%)
Mutual labels:  django, webapp
Alize
Visualize Your Github Profile
Stars: ✭ 148 (+214.89%)
Mutual labels:  django, webapp
React Django
Simple setup for a React-Django web app.
Stars: ✭ 149 (+217.02%)
Mutual labels:  django, webapp
Hawkpost
Generate links that users can use to submit messages encrypted with your public key.
Stars: ✭ 843 (+1693.62%)
Mutual labels:  django, webapp
Vaxic
Node HTTP server framework
Stars: ✭ 45 (-4.26%)
Mutual labels:  webapp
Pretix
Ticket shop application for conferences, festivals, concerts, tech events, shows, exhibitions, workshops, barcamps, etc.
Stars: ✭ 1,037 (+2106.38%)
Mutual labels:  django
Django Dynamic Scraper
Creating Scrapy scrapers via the Django admin interface
Stars: ✭ 1,024 (+2078.72%)
Mutual labels:  django
Django Chinese Doc
Django中文文档
Stars: ✭ 44 (-6.38%)
Mutual labels:  django
Django Rest Pandas
📊📈 Serves up Pandas dataframes via the Django REST Framework for use in client-side (i.e. d3.js) visualizations and offline analysis (e.g. Excel)
Stars: ✭ 1,030 (+2091.49%)
Mutual labels:  django
Django Access
Django-Access - the application introducing dynamic evaluation-based instance-level (row-level) access rights control for Django
Stars: ✭ 47 (+0%)
Mutual labels:  django
Babybuddy
A 👶 buddy to help caregivers track sleep, feedings, diaper changes, and tummy time to learn about and predict baby's needs without (as much) guess work.
Stars: ✭ 1,021 (+2072.34%)
Mutual labels:  django
Wolframwebengineforpython
Integrates the Wolfram Language seamlessly with Python AIOHTTP
Stars: ✭ 48 (+2.13%)
Mutual labels:  django
Dj Stripe
Django + Stripe Made Easy
Stars: ✭ 1,022 (+2074.47%)
Mutual labels:  django
Django Celery Tutorial
Django Celery Tutorial
Stars: ✭ 48 (+2.13%)
Mutual labels:  django
Start Fastapi
a lightweight web framework based on fastapi
Stars: ✭ 48 (+2.13%)
Mutual labels:  webapp
Django Migrations Graph
Django-admin command to display migrations with dependencies.
Stars: ✭ 46 (-2.13%)
Mutual labels:  django
Simple S3 Setup
Code examples used in the post "How to Setup Amazon S3 in a Django Project"
Stars: ✭ 46 (-2.13%)
Mutual labels:  django

Django-Todolist

License Build Status

Django-Todolist is a todolist web application with the most basic features of most web apps, i.e. accounts/login, API and (somewhat) interactive UI.


CSS | Skeleton JS | jQuery

I've also build a quite similar app in Flask: https://github.com/rtzll/flask-todolist

Explore

Try it out by installing the requirements. (Works only with python >= 3.4, due to django 2)

pip install -r requirements.txt

Migrate:

python manage.py migrate

And then start the server (default: http://localhost:8000)

python manage.py runserver

Now you can browse the API or start on the landing page

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].