X-Git-Url: https://git.mdrn.pl/django-cas-provider.git/blobdiff_plain/413bf45b20e253acdf45c0e43d4f05b1ecf33c0d..53585f7615b3a647d1badda1a2ebd7f5ec81f607:/cas_provider_examples/simple/settings.py diff --git a/cas_provider_examples/simple/settings.py b/cas_provider_examples/simple/settings.py index 6a520b4..8cf53ed 100644 --- a/cas_provider_examples/simple/settings.py +++ b/cas_provider_examples/simple/settings.py @@ -1,7 +1,3 @@ -from __future__ import unicode_literals - -from django import VERSION - # Django settings for xxx project. DEBUG = True @@ -99,8 +95,6 @@ MIDDLEWARE = ( 'django.contrib.messages.middleware.MessageMiddleware', ) -# For Django < 1.10 -MIDDLEWARE_CLASSES = MIDDLEWARE ROOT_URLCONF = 'simple.urls'