django.wsgi
author nishanth
Fri, 16 Jul 2010 10:34:35 +0530
branchanoop
changeset 105 2e3fe11a3fcb
parent 36 e291915aded8
permissions -rw-r--r--
included the link to instructions for installation on thankyou template

import os
import sys

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

os.environ['DJANGO_SETTINGS_MODULE'] = 'sage_days.settings_apache'

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