Skip to content

Commit 03f9ca4

Browse files
committed
add wsgi file
1 parent 17ece95 commit 03f9ca4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apache/django.wsgi

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import os, sys
2+
sys.path.append('/home/mng')
3+
sys.path.append('/home/mng/dotdorset')
4+
os.environ['DJANGO_SETTINGS_MODULE'] = 'dotdorset.settings'
5+
import django.core.handlers.wsgi
6+
application = django.core.handlers.wsgi.WSGIHandler()

0 commit comments

Comments
 (0)