abxsantos / django-chinook

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  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


Languages

Language:Python 93.7%Language:Dockerfile 5.4%Language:Shell 0.8%