reinheit/config/settings/production.py

11 lines
202 B
Python

DATABASES = {
"default": {
"ENGINE": "django.db.backends.postgresql",
"NAME": "reinheit",
"USER": "reinheit",
}
}
DEBUG = False
ALLOWED_HOSTS = ["beer.gwairfelin.com"]