Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.95 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.95 KB

🗒 ToDo App


👉🏻 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.

📖 Requirements.

  1. asgiref==3.5.2.
  2. dj-database-url==1.0.0.
  3. Django==4.1.
  4. gunicorn==20.1.0.
  5. psycopg2==2.9.3.
  6. sqlparse==0.4.2.
  7. whitenoise==6.2.0.

📸 ScreenShots

Login page. Screenshot 2022-08-11 at 12 51 02 AM
Registration page. Screenshot 2022-08-11 at 12 51 25 AM Task list. Screenshot 2022-08-11 at 12 51 55 AM Adding new task. Screenshot 2022-08-11 at 12 52 26 AM Deleting a task. Screenshot 2022-08-11 at 12 52 49 AM
Search.
Screenshot 2022-08-11 at 12 53 07 AM.

Pull requests are welcomed and appreciated, support by forking and starring the repo and by following me. 😄