Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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