Skip to content
Snippets Groups Projects
Remi Planel's avatar
Remi PLANEL authored
a4e414e4

CC-QTL-DB

pipeline status coverage report

Take a look at its wiki

Docker compose

Server container (Django)

  • When you first start de server, you need to fill the db with datas:
python manage.py filldb
  • Make database migrations:
python manage.py makemigrations
python manage.py migrate

Database container

Connect to the database:

You need to start a shell on the image and then :

psql -U cc-qtl cc-qtl-db