mirror of
https://github.com/pretix/pretix.git
synced 2026-08-22 12:42:00 +00:00
Pin version requirements, add more tasks to makefile, specify python
version in manage.py shebang
This commit is contained in:
+10
-3
@@ -1,7 +1,14 @@
|
||||
all: localecompile
|
||||
all: localecompile staticfiles
|
||||
production: localecompile staticfiles compress
|
||||
|
||||
localecompile:
|
||||
django-admin compilemessages
|
||||
./manage.py compilemessages
|
||||
|
||||
localegen:
|
||||
django-admin makemessages --all
|
||||
./manage.py makemessages --all
|
||||
|
||||
staticfiles:
|
||||
./manage.py collectstatic --noinput
|
||||
|
||||
compress:
|
||||
./manage.py compress
|
||||
|
||||
Reference in New Issue
Block a user