Adds THEME_CONTACT_EMAIL processor
This commit is contained in:
parent
d039ddace5
commit
db7110f07b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue