Developed using docker-compose.
Deployed at the following URLs:
Launch the app:
$ docker-compose up
Run management command:
$ docker-compose run web python manage.py <DJANGO_COMMAND>
This project can be deployed as a classic Django project, without Docker(-compose)
1) Copy mica/settings_local.template.py
to mica/settings_local.py
and customize your local settings there.
$ docker-compose up --build