kstateome / django-cas

K-State's maintained version of django-cas
MIT License
112 stars 83 forks source link

Issue with Django 2.1 #75

Open shortc opened 6 years ago

shortc commented 6 years ago

Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/django/utils/autoreload.py", line 225, in wrapper fn(*args, kwargs) File "/usr/lib/python3.6/site-packages/django/core/management/commands/runserver.py", line 137, in inner_run handler = self.get_handler(*args, *options) File "/usr/lib/python3.6/site-packages/django/contrib/staticfiles/management/commands/runserver.py", line 27, in get_handler handler = super().get_handler(args, options) File "/usr/lib/python3.6/site-packages/django/core/management/commands/runserver.py", line 64, in get_handler return get_internal_wsgi_application() File "/usr/lib/python3.6/site-packages/django/core/servers/basehttp.py", line 49, in get_internal_wsgi_application ) from err django.core.exceptions.ImproperlyConfigured: WSGI application 'catalog_db.wsgi.application' could not be loaded; Error importing module.

Current error message when attempted running server. Reverted back to Django 2.0.6 and cas backend works properly again.

ryanbagwell commented 5 years ago

See #77 for a fix