mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Django 1.10: Use add_argument for options in BaseCommand.
This commit is contained in:
		@@ -11,7 +11,6 @@ import sys
 | 
			
		||||
class Command(BaseCommand):
 | 
			
		||||
    help = """Checks your Zulip Voyager Django configuration for issues."""
 | 
			
		||||
 | 
			
		||||
    option_list = BaseCommand.option_list + ()
 | 
			
		||||
    def handle(self, *args, **options):
 | 
			
		||||
        # type: (*Any, **Any) -> None
 | 
			
		||||
        for (setting_name, default) in settings.REQUIRED_SETTINGS:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user