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 ea5766e commit f949235Copy full SHA for f949235
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