zulip/zproject
Jonathan Dahan 6f77e68622 Add GET /export endpoint, which dumps important tables in json.
Meant to be used in tandem with the manage.py import command.
The following sensitive data is scrubbed:

  * user api keys
  * user password hashes
  * stream email keys
  * invite-only streams
  * messages from invite-only streams
  * messages from users from other domains

(imported from commit 8e58dcdcb80ef1c7127d3ab15accf40c6187633f)
2015-08-19 15:31:08 -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
dev-secrets.conf Move several secrets to using the get_secret function in settings.py. 2015-08-18 20:17:48 -07:00
local_settings.py Move several secrets to using the get_secret function in settings.py. 2015-08-18 20:17:48 -07:00
local_settings_template.py Move several secrets to using the get_secret function in settings.py. 2015-08-18 20:17:48 -07:00
settings.py Reorganize and document settings.py. 2015-08-18 20:57:35 -07:00
test_settings.py Do query time tracking at the psycopg2 level instead of the Django level 2014-01-14 11:47:12 -05:00
urls.py Add GET /export endpoint, which dumps important tables in json. 2015-08-19 15:31:08 -07:00
wsgi.py Import zerver.models in wsgi.py 2013-11-12 19:18:35 -05:00