This is a small To Do App I built with Django to practise my web developing skills.
you can check an example at this link
- PostgreSQL
- you will need a database with name and user/password as configured in
ToDoApp/settings.py
- you will need a database with name and user/password as configured in
- python3
- Django
python manage.py makemigrations
python manage.py migratepython manage.py runserverNow go to http://localhost:8000 and start browsing :)