diff --git a/survey/management/survey_command.py b/survey/management/survey_command.py index 30d8b2c2..e13df813 100755 --- a/survey/management/survey_command.py +++ b/survey/management/survey_command.py @@ -9,7 +9,7 @@ class SurveyCommand(BaseCommand): - requires_system_checks = False + requires_system_checks = [] def add_arguments(self, parser): help_text = "The {}s of the {}s we want to generate. Default is None."