apache/django.wsgi
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 12 Oct 2009 20:03:31 +0530
changeset 30 377d71ef7201
parent 19 eeac221a9a3f
permissions -rwxr-xr-x
Added note to number of activation days mail.

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()