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 2363e3b commit a6a7f2bCopy full SHA for a6a7f2b
tests/openwisp2/asgi.py
@@ -2,5 +2,5 @@
2
3
from django.core.asgi import get_asgi_application
4
5
-os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'openwisp2.settings')
+os.environ.setdefault("DJANGO_SETTINGS_MODULE", "openwisp2.settings")
6
application = get_asgi_application()
0 commit comments