Use django-statici18n in production

This commit is contained in:
Raphael Michel
2016-11-09 19:08:51 +01:00
parent 67951f8984
commit 45b960b97c
7 changed files with 23 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ python-u2flib-server==4.*
# until the following issue is fixed, we need our own celery version
# https://github.com/celery/celery/pull/3199
git+https://github.com/pretix/celery.git@pretix#egg=celery
django-statici18n==1.2.*
# Deployment / static file compilation requirements
BeautifulSoup4