Updated Django to 1.9, django-bootstrap3 to 6.2 and reportlab to 3.2

This commit is contained in:
Raphael Michel
2015-12-12 13:21:24 +01:00
parent d133d2abff
commit 493b80a481
2 changed files with 5 additions and 5 deletions

View File

@@ -181,7 +181,7 @@ try:
except ImportError:
pass
ROOT_URLCONF = 'pretix.urls'
ROOT_URLCONF = 'pretix.multidomain.maindomain_urlconf'
WSGI_APPLICATION = 'pretix.wsgi.application'

View File

@@ -1,11 +1,11 @@
# Functional requirements
Django>=1.8,<1.9
python-dateutil>=2.4,<2.5
Django>=1.9,<1.10
python-dateutil
pytz
django-bootstrap3>=6.1,<6.2
django-bootstrap3>=6.2,<6.3
git+https://github.com/pretix/django-formset-js.git@master#egg=django-formset-js
django-compressor>=1.5,<2.0
reportlab>=3.1.44,<3.2
reportlab>=3.2,<3.3
git+https://github.com/pretix/PyPDF2.git@pretix#egg=PyPDF2
easy-thumbnails>=2.2,<3