Skip to content

Commit c8dba40

Browse files
committed
we can haz wsgi
1 parent a64aaee commit c8dba40

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pythonkc_site/deploy/wsgi.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import os, sys
2+
3+
from django.core.handlers.wsgi import WSGIHandler
4+
os.environ["DJANGO_SETTINGS_MODULE"] = "myproject.settings"
5+
application = WSGIHandler()

0 commit comments

Comments
 (0)