Skip to content

Commit 175b94b

Browse files
authored
Merge pull request sclorg#73 from bparees/wsgi
switch wsgi_application value to wsgi.application
2 parents 9f04dc0 + 6c4846b commit 175b94b

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)