Skip to content

Commit

Permalink
Add comment to explain import exception
Browse files Browse the repository at this point in the history
  • Loading branch information
lrafeei committed Nov 7, 2022
1 parent 6ade93e commit 8502160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/component_graphenedjango/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8502160

Please sign in to comment.