Sailing organiser's web application.
- Start application with Docker Compose:
docker-compose up -d
- Create superuser with the command:
./manage_in_docker.sh createsuperuser
- Go to the main page of the application: http://127.0.0.1:8000/persons/
- Login using the credentials for the created superuser.