This is ReadMe file for this repository. You can write here details about setup, commands, deployment etc.
- Install Django:
pip install Django
- Install WhiteNoise:
pip install whitenoise
- etc...
- Shell:
python manage.py shell
- Make migrations:
python manage.py makemigrations
- Migrate:
python manage.py migrate
- Run:
python manage.py runserver 0.0.0.0:8000
- Prepare static files:
python manage.py collectstatic
- etc...
- go to https://www.pythonanywhere.com/
- run
git pull
- etc...
This file regulary is updated through project development.