settings: Eliminate ADMIN_DOMAIN for creating initial realm.

We now use `./manage.py generate_realm_creation_link` as the flow flow
for creating one's first realm.
This commit is contained in:
Vishnu Ks
2016-06-27 00:55:47 +05:30
committed by Tim Abbott
parent 5b68e0defe
commit a7ead9e99d
8 changed files with 6 additions and 22 deletions

View File

@@ -188,7 +188,6 @@ ALLOWED_HOSTS += ['127.0.0.1', 'localhost']
# of pairs of (setting name, default value that it must be changed from)
REQUIRED_SETTINGS = [("EXTERNAL_HOST", "zulip.example.com"),
("ZULIP_ADMINISTRATOR", "zulip-admin@example.com"),
("ADMIN_DOMAIN", "example.com"),
# SECRET_KEY doesn't really need to be here, in
# that we set it automatically, but just in
# case, it seems worth having in this list