Changeset - b078cdbf6c3a
[Not reviewed]
0 1 0
Christopher Neugebauer - 7 years ago 2017-08-17 15:15:10
chrisjrn@gmail.com
Adds an admins setting
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/settings.py
Show inline comments
...
 
@@ -34,6 +34,7 @@ CANONICAL_HOST = os.environ.get("DJANGO_CANONICAL_HOST", None)
 
# system time zone.
 
TIME_ZONE = os.environ.get("TZ", "America/Los_Angeles")
 

	
 
ADMINS = ("Webmaster", os.environ.get("DJANGO_ADMIN_EMAIL", "webmaster@localhost"))
 

	
 
# Use SSLRedirectMiddleware
 
SSL_ON = os.environ.get("DJANGO_SSL_ON", True)
0 comments (0 inline, 0 general)