mirror of https://github.com/zulip/zulip.git
register_server: Remove broken, unused import.
This import preventing this script from working in most production environments.
This commit is contained in:
parent
3ac7f01e4b
commit
f648bc1eae
|
@ -9,7 +9,6 @@ from django.core.management.base import CommandError
|
|||
from django.utils.crypto import get_random_string
|
||||
|
||||
from zerver.lib.management import ZulipBaseCommand, check_config
|
||||
from zilencer.models import RemoteZulipServer
|
||||
|
||||
if settings.DEVELOPMENT:
|
||||
SECRETS_FILENAME = "zproject/dev-secrets.conf"
|
||||
|
|
Loading…
Reference in New Issue