-
To start the project, first add a
.envfile following the variables in the.env.example -
To apply the initial migrations run
docker-compose run --rm app python manage.py migrate -
To seed the database with chinook dataset run
docker-compose run --rm app python loaddata chinook.json -
To make ORM queries use
python manage.py shell_plus --ipython
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|