diff --git a/tests/component_graphenedjango/wsgi.py b/tests/component_graphenedjango/wsgi.py index fdf8da6dc6..89a4001e4a 100644 --- a/tests/component_graphenedjango/wsgi.py +++ b/tests/component_graphenedjango/wsgi.py @@ -17,6 +17,7 @@ application = get_wsgi_application() +# This exception is to account for any users using Django v1.4 or earlier except ImportError: import django.core.handlers.wsgi