diff --git a/django_js_reverse/management/commands/collectstatic_js_reverse.py b/django_js_reverse/management/commands/collectstatic_js_reverse.py index d1e758a..393230a 100755 --- a/django_js_reverse/management/commands/collectstatic_js_reverse.py +++ b/django_js_reverse/management/commands/collectstatic_js_reverse.py @@ -18,7 +18,7 @@ class Command(BaseCommand): help = 'Creates a static urls-js file for django-js-reverse' - requires_system_checks = False + requires_system_checks = [] # Disable checks def get_location(self): output_path = getattr(settings, 'JS_REVERSE_OUTPUT_PATH', JS_OUTPUT_PATH) if output_path: