Set production settings
This commit is contained in:
parent
a07053de5a
commit
6cf8af5dc4
2 changed files with 10 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ AUTH_PASSWORD_VALIDATORS = [
|
||||||
# Internationalization
|
# Internationalization
|
||||||
# https://docs.djangoproject.com/en/5.0/topics/i18n/
|
# https://docs.djangoproject.com/en/5.0/topics/i18n/
|
||||||
|
|
||||||
LANGUAGE_CODE = "en-us"
|
LANGUAGE_CODE = "en-gb"
|
||||||
|
|
||||||
TIME_ZONE = "UTC"
|
TIME_ZONE = "UTC"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
DATABASES = {
|
||||||
|
"default": {
|
||||||
|
"ENGINE": "django.db.backends.postgresql",
|
||||||
|
"NAME": "reinheit",
|
||||||
|
"USER": "reinheit",
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
DEBUG = False
|
||||||
Loading…
Add table
Reference in a new issue