Adds an admins setting
This commit is contained in:
parent
55a10b750b
commit
b078cdbf6c
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ CANONICAL_HOST = os.environ.get("DJANGO_CANONICAL_HOST", None)
|
||||||
# system time zone.
|
# system time zone.
|
||||||
TIME_ZONE = os.environ.get("TZ", "America/Los_Angeles")
|
TIME_ZONE = os.environ.get("TZ", "America/Los_Angeles")
|
||||||
|
|
||||||
|
ADMINS = ("Webmaster", os.environ.get("DJANGO_ADMIN_EMAIL", "webmaster@localhost"))
|
||||||
|
|
||||||
# Use SSLRedirectMiddleware
|
# Use SSLRedirectMiddleware
|
||||||
SSL_ON = os.environ.get("DJANGO_SSL_ON", True)
|
SSL_ON = os.environ.get("DJANGO_SSL_ON", True)
|
||||||
|
|
Loading…
Reference in a new issue