zulip/zproject
Reid Barton 599742536b Switch from South to native Django migrations
This commit loses some indexes, unique constraints etc. that were
manually added by the old migrations. I plan to add them to a new
migration in a subsequent commit.

(imported from commit 4bcbf06080a7ad94788ac368385eac34b54623ce)
2015-08-20 23:01:26 -07: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 Fix bug in dev login which showed email/password prompts on logins after the first. 2015-08-18 20:17:47 -07:00
local_settings_template.py Make feedback button option default-off. 2015-08-20 19:47:00 -07:00
local_settings.py Move all remaining calls of get_secret from local_settings.py to settings.py. 2015-08-20 22:19:26 -07:00
settings.py Switch from South to native Django migrations 2015-08-20 23:01:26 -07:00
test_settings.py test_settings: set CAMO_KEY = 'dummy' to make tests pass 2015-08-20 11:07:52 -07:00
urls.py Add a user-visible setting for 24-hour time display. 2015-08-20 17:33:16 -07:00
wsgi.py Import zerver.models in wsgi.py 2013-11-12 19:18:35 -05:00