-
To start the project, first add a
.env
file 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
-
Notifications
You must be signed in to change notification settings - Fork 0
abxsantos/django-chinook
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Django project loaded with chinook dataset to study the ORM and perform optimization tests
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published