aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chishop/settings.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/chishop/settings.py b/chishop/settings.py
index 77f21cd..ee286b5 100644
--- a/chishop/settings.py
+++ b/chishop/settings.py
@@ -20,6 +20,10 @@ REGISTRATION_OPEN = True
20ACCOUNT_ACTIVATION_DAYS = 7 20ACCOUNT_ACTIVATION_DAYS = 7
21LOGIN_REDIRECT_URL = "/" 21LOGIN_REDIRECT_URL = "/"
22 22
23EMAIL_HOST = ''
24DEFAULT_FROM_EMAIL = ''
25SERVER_EMAIL = DEFAULT_FROM_EMAIL
26
23MANAGERS = ADMINS 27MANAGERS = ADMINS
24 28
25DATABASE_ENGINE = '' 29DATABASE_ENGINE = ''