- the website is for learning purpose
- to make the website work:
- install the requirements.txt:
pip install requirements.txt
- migrate the database:
python manage.py makemigrations
python manage.py migrate
- if you to use the email verification option when a user want to create a new account or change his password:
- install the requirements.txt:
- the website is for learning purpose, you cannot use it for production