apache/django.wsgi
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 02 Oct 2009 14:01:48 +0530
changeset 12 243a7e90f3c3
parent 2 8d8ada9849be
child 19 eeac221a9a3f
permissions -rwxr-xr-x
Added Template context processors and Session Expire time for auth module.

import os
import sys

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

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

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