apache/ws_app.wsgi
author nishanth
Sat, 17 Apr 2010 11:40:17 +0530
changeset 93 cd76d507b6cf
parent 73 4fc6f8545d9a
permissions -rw-r--r--
changed the view profile template.

import os
import sys

sys.path.append('/home/hg/repos/')

os.environ['DJANGO_SETTINGS_MODULE'] = 'ws_app.settings'

import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler()