mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
Merge 62596c9fe7 into 1e1954b06f
This commit is contained in:
commit
eb01881c17
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ class DDPLauncher(object):
|
|||
self.wsgi_name = settings.WSGI_APPLICATION
|
||||
try:
|
||||
self.wsgi_app = import_string(self.wsgi_name)
|
||||
except ImportError:
|
||||
except (ImportError, AttributeError):
|
||||
pass
|
||||
if self.wsgi_app is None:
|
||||
from django.core.wsgi import get_wsgi_application
|
||||
|
|
|
|||
Loading…
Reference in a new issue