FantasticFiesta

Build Status Maintainability Coverage Status

Running the application

Requirements

  • Docker engine
  • Docker-Compose

Running the application

docker-compose build && docker-compose up

The application should now be running

Creating the super user

  • docker exec -it fantasticfiesta_web_1 bash
  • python3 manage.py createsuperuser