django.wsgi
author nishanth
Tue, 20 Jul 2010 12:59:40 +0530
branchanoop
changeset 143 a752dc99e23c
parent 36 e291915aded8
permissions -rw-r--r--
added link to sprint_info and created a basic 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()