Add interface for creating new realms.

This is controlled by settings.OPEN_REALM_CREATION; if that setting is
off, this feature doesn't do anything.
This commit is contained in:
Vishnu Ks
2016-06-03 04:32:58 +05:30
committed by Tim Abbott
parent 8213ca135a
commit ad1c3894d9
14 changed files with 245 additions and 15 deletions

View File

@@ -142,6 +142,7 @@ DEFAULT_SETTINGS = {'TWITTER_CONSUMER_KEY': '',
'ZULIP_COM': False,
'ZULIP_COM_STAGING': False,
'STATSD_HOST': '',
'OPEN_REALM_CREATION': False,
'REMOTE_POSTGRES_HOST': '',
'REMOTE_POSTGRES_SSLMODE': '',
'GOOGLE_CLIENT_ID': '',