mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-04-19 21:56:19 +00:00
583 B
583 B
Demo Project Link
https://ayxan.pythonanywhere.com
Installition for Dev
pip install -r requirements.txt
cd src/
add SECRET_KEY, EMAIL_HOST_PASSWORD to .env.example file
rename .env.example to .env
python3 manage.py makemigrations account --settings=config.settings.development
python3 manage.py makemigrations series --settings=config.settings.development
python3 manage.py migrate --settings=config.settings.development
Run for Dev
python3 manage.py runserver --settings=config.settings.development