This project is a to do list using django. It has a custom account system that many users can register and login to access. You can add your tasks with description and mark them completed by the time you're done.
Clone the project
git clone https://github.com/ari7hkm/to-do-list.gitGo to the project directory, create a virtual environment. After activating it, install the dependencies:
pip install -r requirements.txtThen run these commands and run the app:
py manage.py makemigrations
py manage.py migrate
py manage.py runserver- Python
- Django
- HTML
- CSS
- MySQL