We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a19bc commit a05910aCopy full SHA for a05910a
example/example/asgi.py
@@ -7,7 +7,6 @@
7
https://docs.djangoproject.com/en/3.2/howto/deployment/asgi/
8
"""
9
10
-
11
import os
12
13
from django.core.asgi import get_asgi_application
example/example/settings.py
@@ -10,7 +10,6 @@
https://docs.djangoproject.com/en/3.2/ref/settings/
14
from pathlib import Path
15
16
# Build paths inside the project like this: BASE_DIR / 'subdir'.
example/example/wsgi.py
https://docs.djangoproject.com/en/3.2/howto/deployment/wsgi/
from django.core.wsgi import get_wsgi_application
0 commit comments