django.wsgi
author nishanth
Wed, 14 Jul 2010 11:15:44 +0530
branchanoop
changeset 78 e84f56d4968e
parent 36 e291915aded8
permissions -rw-r--r--
added __unicode__ to the model

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