zulip/zproject
Luke Faraone 50e8d8b69a Specify default for EMAIL_GATEWAY_EXAMPLE
Otherwise the app would crash when it tried to build template context:

Traceback (most recent call last):
  [...]
  File ".../zerver/context_processors.py", line 23, in add_settings
    'email_gateway_example': settings.EMAIL_GATEWAY_EXAMPLE,
  File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 55, in __getattr__
    return getattr(self._wrapped, name)
AttributeError: 'Settings' object has no attribute 'EMAIL_GATEWAY_EXAMPLE'

(imported from commit 6cc5d3f150326a55230ea91e6c228ae9b1e19df3)
2013-12-18 16:25:10 -05:00
..
__init__.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
authhack.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
backends.py Correctly concatenate local part with domain in LDAP backend. 2013-11-25 17:44:47 -05:00
local_settings.py Fix EXTERNAL_API_PATH and friends for prod and localhost. 2013-12-18 16:01:19 -05:00
local_settings_template.py enterprise: Add option to forward feedback to an email address. 2013-11-25 16:59:36 -05:00
settings.py Specify default for EMAIL_GATEWAY_EXAMPLE 2013-12-18 16:25:10 -05:00
test_settings.py logging: Log management commands that are run. 2013-11-20 14:31:08 -05:00
urls.py Show auto-scroll forever setting in /#settings 2013-12-13 11:50:11 -05:00
wsgi.py Import zerver.models in wsgi.py 2013-11-12 19:18:35 -05:00