Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smahesh29/django-todo-app
This is a To-Do app build using django framework of python. Here user can create his todo list by adding items, crossed off the completed items, delete the completed items and can delete all the items.
https://github.com/smahesh29/django-todo-app
django django-application django-framework django-project python python-3 todo todo-app todo-list todoapp todolist todolist-app
Last synced: 11 days ago
JSON representation
This is a To-Do app build using django framework of python. Here user can create his todo list by adding items, crossed off the completed items, delete the completed items and can delete all the items.
- Host: GitHub
- URL: https://github.com/smahesh29/django-todo-app
- Owner: smahesh29
- Created: 2019-06-04T11:35:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-27T09:35:43.000Z (almost 3 years ago)
- Last Synced: 2023-03-04T12:40:44.037Z (over 1 year ago)
- Topics: django, django-application, django-framework, django-project, python, python-3, todo, todo-app, todo-list, todoapp, todolist, todolist-app
- Language: Python
- Size: 310 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django-ToDo-App
This is a To-Do app build using django framework of python. Here user can create his todo list by adding items, crossed off the completed items, delete the completed items and can delete all the items.Technologies Used :
1. Python
2. Django
3. Bootstrap
4. JavaScript
Additional Python Modules Required:1.Django
Running the project:1. Migrate :
> cd todo_app
> python manage.py migrate
2. Make Admin User :> python manage.py createsuperuser
3. runserver :> cd todo_app
> python manage.py runserver