[extensions-web/deploy] settings: set SERVER_EMAIL to default



commit 77edc766c5086ca7cf395abc521b5345973a891b
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Mon Dec 17 23:48:23 2018 +0400

    settings: set SERVER_EMAIL to default

 sweettooth/settings.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/sweettooth/settings.py b/sweettooth/settings.py
index 784f3fd..148dd24 100644
--- a/sweettooth/settings.py
+++ b/sweettooth/settings.py
@@ -174,6 +174,7 @@ LOGGING["loggers"] = {
 
 
 DEFAULT_FROM_EMAIL = "noreply gnome org"
+SERVER_EMAIL = DEFAULT_FROM_EMAIL
 if os.getenv('EGO_EMAIL_URL'):
     import dj_email_url
     vars().update(dj_email_url.parse(os.getenv('EGO_EMAIL_URL')))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]