👉🏻 Live Site (may not work as Heroku free postgres dyno policy change)
A ToDo application made using python-django with a complete backend which supports user authentication and registration with user context specific data i.e, IDs. The generic class bases views in django are used to implement CRUD operations on list items. Login is handled by the imported LoginRequiredMixin.
Database used is Postgresql.
Deployment is done on Heroku.
- asgiref==3.5.2.
- dj-database-url==1.0.0.
- Django==4.1.
- gunicorn==20.1.0.
- psycopg2==2.9.3.
- sqlparse==0.4.2.
- whitenoise==6.2.0.
Login page.
Registration page.
Task list.
Adding new task.
Deleting a task.
Search.
.