A simple django todo-list app with authorization and emailing
Django version used = 2.2.5 but any version is compactible The app can do the following: From the front-end
- Add item to the to do list
- Delete item
- Edit item
- Login and Logout
- Send email You need to:
- make migrations
- edit the settings.py 2.1 The email credentials 2.2 in the views.py edit email - use your emails
- create superuser
- from the admin site, create a user
- edit as much as you want and have fun