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