Skip to content

Commit d7daeba

Browse files
command fixes
1 parent 1055db3 commit d7daeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_js_reverse/management/commands/collectstatic_js_reverse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
class Command(BaseCommand):
2020
help = 'Creates a static urls-js file for django-js-reverse'
21-
requires_system_checks = [Tags.staticfiles, Tags.models]
21+
requires_system_checks = '__all__'
2222

2323
def get_location(self):
2424
output_path = getattr(settings, 'JS_REVERSE_OUTPUT_PATH', JS_OUTPUT_PATH)

0 commit comments

Comments
 (0)