django.wsgi
author nishanth
Sun, 06 Jun 2010 01:31:03 +0530
branchanoop
changeset 55 1091f42e4a41
parent 36 e291915aded8
permissions -rw-r--r--
updated the whitespace

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