mirror of https://github.com/zulip/zulip.git
8b55d60f9e
This creates a valid registration, for two reasons: 1. Avoid the need to run "manage.py register_server" in dev env to register, when wanting to to test stuff with `PUSH_NOTIFICATION_BOUNCER_URL = "http://localhost:9991"`. 2. Avoid breaking RemoteRealm syncing, due to duplicate registrations (first set of registrations that gets set up with the dummy RemoteZulipServer in populate_db, and the second that gets set up via the regular syncing mechanism with the new RemoteZulipServer created during register_server). |
||
---|---|---|
.. | ||
commands | ||
__init__.py |