- this project is for learning purpose and it is not allowed for any production purpose
- to run this project you need to
- install requirements.txt by this command:
pip install requirements.txt
- migrate the database by the following commands:
python manage.py makemigrations
python manage.py migrate
- install requirements.txt by this command: