Example usage:
heroku run python manage.py migrate
heroku run python manage.py createsuperuser
heroku run python manage.py shell_plus
Once everything is up, head over to localhost:8080.
cp sample.env .env
docker-compose up
Example usage:
docker-compose run web python manage.py migrate
docker-compose run web python manage.py createsuperuser
docker-compose run web python manage.py test --settings service.settings.test
docker-compose run --rm web python manage.py shell_plus