Skip to content

Commit 55c89b2

Browse files
author
Julia Elman
committed
Merge branch 'master' of github.com:pythonkc/pythonkc.com
2 parents c24eef5 + c8dba40 commit 55c89b2

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)