settings: Extract settings.SHARE_THE_LOVE.

This commit is contained in:
Tim Abbott
2016-07-18 21:31:33 -07:00
parent afaac85dc6
commit 0aaa55fb8f
6 changed files with 5 additions and 6 deletions

View File

@@ -28,6 +28,7 @@ if not ZULIP_COM:
raise Exception("You should create your own local settings from local_settings_template.")
ZULIP_FRIENDS_LIST_ID = '84b2f3da6b'
SHARE_THE_LOVE = True
# This can be filled in automatically from the database, maybe
DEPLOYMENT_ROLE_NAME = 'zulip.com'