django.wsgi
author nishanth
Wed, 21 Jul 2010 14:32:57 +0530
branchanoop
changeset 151 c5915459e48b
parent 36 e291915aded8
permissions -rw-r--r--
uncommented the sending email thingy

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