mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	register_server: Remove broken, unused import.
This import preventing this script from working in most production environments.
This commit is contained in:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user