forked from CGM_Public/pretix_original
Update django-statici18n to 1.3
This commit is contained in:
@@ -16,7 +16,6 @@ compress:
|
||||
|
||||
jsi18n: localecompile
|
||||
./manage.py compilejsi18n
|
||||
./manage.py compilejsi18n -l de-informal
|
||||
|
||||
test:
|
||||
py.test tests
|
||||
|
||||
@@ -8,6 +8,5 @@ class Command(BaseCommand):
|
||||
def handle(self, *args, **options):
|
||||
call_command('compilemessages', verbosity=1, interactive=False)
|
||||
call_command('compilejsi18n', verbosity=1, interactive=False)
|
||||
call_command('compilejsi18n', locale='de-informal', verbosity=1, interactive=False)
|
||||
call_command('collectstatic', verbosity=1, interactive=False)
|
||||
call_command('compress', verbosity=1, interactive=False)
|
||||
|
||||
@@ -15,7 +15,7 @@ python-u2flib-server==4.*
|
||||
django-formtools==1.0
|
||||
celery==4.0.2
|
||||
kombu==4.0.2
|
||||
django-statici18n==1.2.*
|
||||
django-statici18n==1.3.*
|
||||
inlinestyler==0.2.*
|
||||
BeautifulSoup4
|
||||
html5lib<0.99999999,>=0.999 # version requirement by bleach
|
||||
|
||||
@@ -30,7 +30,6 @@ class CustomBuild(build):
|
||||
|
||||
management.call_command('compilemessages', verbosity=1, interactive=False)
|
||||
management.call_command('compilejsi18n', verbosity=1, interactive=False)
|
||||
management.call_command('compilejsi18n', locale='de-informal', verbosity=1, interactive=False)
|
||||
management.call_command('collectstatic', verbosity=1, interactive=False)
|
||||
management.call_command('compress', verbosity=1, interactive=False)
|
||||
build.run(self)
|
||||
@@ -78,7 +77,7 @@ setup(
|
||||
'django-formtools==1.0',
|
||||
'celery==4.0.2',
|
||||
'kombu==4.0.2',
|
||||
'django-statici18n==1.2.*',
|
||||
'django-statici18n==1.3.*',
|
||||
'inlinestyler==0.2.*',
|
||||
'BeautifulSoup4',
|
||||
'html5lib<0.99999999,>=0.999',
|
||||
|
||||
Reference in New Issue
Block a user