We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8181a05 commit 84b5a86Copy full SHA for 84b5a86
config/asgi.py
@@ -9,7 +9,7 @@
9
10
import os
11
12
-from django.config.asgi import get_asgi_application
+from django.core.asgi import get_asgi_application
13
14
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'config.settings')
15
config/wsgi.py
-from django.config.wsgi import get_wsgi_application
+from django.core.wsgi import get_wsgi_application
0 commit comments