Todo is a project for planning daily tasks developed on the back-end side by Django. todo is free and open source and can be useful for beginners in the field of website development. In this project, it has been tried to use Django's internal libraries and facilities as much as possible, and website development has been done only by personalizing these libraries To minimize the dependence on external packages and also to avoid additional coding.
- @mobin-ghanbarpour (back-end dev)
Clone the project
git clone https://github.com/mobin-gpr/django-simple-todo.git
Go to the project directory
cd django-simple-todo
Install dependencies
pip install -r requirements.txt
Run the project
python manage.py runserver