Skip to content

Commit 6c4846b

Browse files
committed
switch wsgi_application value to wsgi.application
1 parent 9f04dc0 commit 6c4846b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
},
7777
]
7878

79-
WSGI_APPLICATION = 'application'
79+
WSGI_APPLICATION = 'wsgi.application'
8080

8181

8282
# Database

0 commit comments

Comments
 (0)