settings: Enable custom profile fields in production.

Now that we've fixed the last major bugs, we can turn this on for
everyone.  The main remaining work is updating the documentation to
advertise it.
This commit is contained in:
Tim Abbott
2018-06-07 11:36:12 -07:00
parent 441a21fac8
commit 3cf55d14a1
2 changed files with 0 additions and 3 deletions

View File

@@ -107,7 +107,6 @@ def zulip_default_context(request: HttpRequest) -> Dict[str, Any]:
'privacy_policy': settings.PRIVACY_POLICY,
'login_url': settings.HOME_NOT_LOGGED_IN,
'only_sso': settings.ONLY_SSO,
'custom_profile_fields_enabled': settings.DEVELOPMENT,
'external_host': settings.EXTERNAL_HOST,
'external_uri_scheme': settings.EXTERNAL_URI_SCHEME,
'realm_invite_required': realm_invite_required,