## Steps for new Instance - define an app name, e.g. mydetailhandel-efz - create an .env file for this app with the name `$name.env` - `./create-instance.sh ` - `./configure-instance.sh ` - heroku run --app $name-prod python server/manage.py dummy_data - heroku run --app $name-prod python server/manage.py createsuperuser