mirror of
https://github.com/pretix/pretix.git
synced 2026-08-14 11:26:26 +00:00
Fix integration of django-statici18n
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
all: localecompile staticfiles jsi18n
|
||||
production: localecompile staticfiles compress jsi18n
|
||||
all: localecompile staticfiles
|
||||
production: localecompile staticfiles compress
|
||||
|
||||
localecompile:
|
||||
./manage.py compilemessages
|
||||
@@ -8,7 +8,7 @@ localegen:
|
||||
./manage.py makemessages --all --ignore "pretix/helpers/*"
|
||||
./manage.py makemessages --all -d djangojs --ignore "pretix/helpers/*"
|
||||
|
||||
staticfiles:
|
||||
staticfiles: jsi18n
|
||||
./manage.py collectstatic --noinput
|
||||
|
||||
compress:
|
||||
|
||||
Reference in New Issue
Block a user