mirror of
https://github.com/pretix/pretix.git
synced 2026-08-23 12:51:59 +00:00
Use django-statici18n in production
This commit is contained in:
+5
-2
@@ -1,5 +1,5 @@
|
||||
all: localecompile staticfiles
|
||||
production: localecompile staticfiles compress
|
||||
all: localecompile staticfiles jsi18n
|
||||
production: localecompile staticfiles compress jsi18n
|
||||
|
||||
localecompile:
|
||||
./manage.py compilemessages
|
||||
@@ -14,6 +14,9 @@ staticfiles:
|
||||
compress:
|
||||
./manage.py compress
|
||||
|
||||
jsi18n: localecompile
|
||||
./manage.py compilejsi18n
|
||||
|
||||
test:
|
||||
py.test tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user