- Import dependencies
pip install -r requirements.txt
- Make a file .env and copy all settings from .env.example and fill them with your own crudentials.
- Make migrations
python manage.py makemigration
- Apply migrations
python manage.py migrate
- Run
python manage.py runserver
in console