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 b8cf661 commit a5c597eCopy full SHA for a5c597e
Makefile
@@ -4,9 +4,12 @@ APP_LIST ?= accounts aggregator blog contact dashboard djangoproject docs founda
4
SCSS = djangoproject/scss
5
STATIC = djangoproject/static
6
7
-ci: test
+ci: compilemessages test
8
@python -m coverage report
9
10
+compilemessages:
11
+ python -m manage compilemessages
12
+
13
collectstatics: compile-scss
14
python -m manage collectstatic --noinput
15
0 commit comments