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'