Skip to content

Django project loaded with chinook dataset to study the ORM and perform optimization tests

Notifications You must be signed in to change notification settings

abxsantos/django-chinook

Repository files navigation

  1. To start the project, first add a .env file following the variables in the .env.example

  2. To apply the initial migrations run docker-compose run --rm app python manage.py migrate

  3. To seed the database with chinook dataset run docker-compose run --rm app python loaddata chinook.json

  4. To make ORM queries use python manage.py shell_plus --ipython

About

Django project loaded with chinook dataset to study the ORM and perform optimization tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published