Adds THEME_CONTACT_EMAIL processor

This commit is contained in:
Christopher Neugebauer 2018-07-05 12:09:10 -07:00 committed by GitHub
parent d039ddace5
commit db7110f07b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,9 @@ 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
# although not all choices may be available on all operating systems.