We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de5aff commit cbe2caaCopy full SHA for cbe2caa
1 file changed
Makefile
@@ -20,8 +20,8 @@ test-pdb: test
20
lint:
21
pylint devel main mirrors news packages releng templates todolists visualize *.py
22
23
-collecstatic:
24
- python manage.py collecstatic --noinput
+collectstatic:
+ python manage.py collectstatic --noinput
25
26
test: test-py
27
0 commit comments