DEBUG = False ALLOWED_HOSTS = [ ".ungleich.ch" ] DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': 'app', } }