Set production settings

This commit is contained in:
Maximilian Friedersdorff 2024-06-27 19:13:43 +01:00
parent a07053de5a
commit 6cf8af5dc4
2 changed files with 10 additions and 1 deletions

View file

@ -108,7 +108,7 @@ AUTH_PASSWORD_VALIDATORS = [
# Internationalization
# https://docs.djangoproject.com/en/5.0/topics/i18n/
LANGUAGE_CODE = "en-us"
LANGUAGE_CODE = "en-gb"
TIME_ZONE = "UTC"

View file

@ -0,0 +1,9 @@
DATABASES = {
"default": {
"ENGINE": "django.db.backends.postgresql",
"NAME": "reinheit",
"USER": "reinheit",
}
}
DEBUG = False