apache/django.wsgi
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 12 Oct 2009 19:42:59 +0530
changeset 28 2d5e8882b516
parent 19 eeac221a9a3f
permissions -rwxr-xr-x
Remove href from the email text.

import os
import sys

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

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

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