Changeset - db7110f07b95
[Not reviewed]
0 1 0
Christopher Neugebauer - 6 years ago 2018-07-05 19:09:10
chrisjrn@gmail.com
Adds THEME_CONTACT_EMAIL processor
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/settings.py
Show inline comments
...
 
@@ -30,6 +30,9 @@ from_email = os.environ.get("DJANGO_DEFAULT_FROM_EMAIL", None)
 
if from_email is not None:
 
    DEFAULT_FROM_EMAIL = from_email
 
    SERVER_EMAIL = DEFAULT_FROM_EMAIL
 
    
 
THEME_CONTACT_EMAIL = os.environ.get("THEME_CONTACT_EMAIL", None)
 
    
 

	
 
# Local time zone for this installation. Choices can be found here:
 
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
0 comments (0 inline, 0 general)