mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-04-20 14:01:25 +00:00
Update README.md
This commit is contained in:
parent
b0a7ef2f12
commit
321fedc277
16
README.md
16
README.md
@ -0,0 +1,16 @@
|
||||
## Demo Project Link
|
||||
https://ayxan.pythonanywhere.com
|
||||
|
||||
## Installition for Dev
|
||||
**pip install -r requirements.txt<br />
|
||||
cd src/<br />**
|
||||
|
||||
add SECRET_KEY to .env.example file<br />
|
||||
rename .env.example to .env<br />
|
||||
|
||||
**python3 manage.py makemigrations account --settings=config.settings.development<br />
|
||||
python3 manage.py makemigrations series --settings=config.settings.development<br />
|
||||
python3 manage.py migrate --settings=config.settings.development<br />**
|
||||
|
||||
## Run for Dev
|
||||
**python3 manage.py runserver --settings=config.settings.development**
|
Loading…
x
Reference in New Issue
Block a user