pip install -r requirements.txt
py ./manage.py createsuperuser
-
Change "Debug = True", fill SECRET_KEY, EMAIL_HOST_USER, EMAIL_HOST_PASSWORD, change ALLOWED_HOSTS to '*' in settings.py before using this project,
-
Feel free to make suggestions, report bugs on this project's discussions tab.