django.wsgi
author nishanth
Mon, 26 Jul 2010 17:49:47 +0530
branchanoop
changeset 177 bbcf2a7d8b6b
parent 36 e291915aded8
permissions -rw-r--r--
included message field in the form in 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()