django.wsgi
author nishanth
Fri, 03 Sep 2010 16:38:02 +0530
branchanoop
changeset 243 011eac43bea3
parent 36 e291915aded8
permissions -rw-r--r--
created the new template for saying address is updated.

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