apache/django.wsgi
author Shantanu <shantanu@fossee.in>
Wed, 02 Sep 2009 23:51:12 +0530
changeset 14 420517bb1a06
parent 6 eb8e00312877
permissions -rw-r--r--
Updated index.html for auto-redirect.

import os
import sys

sys.path.append('/home/hg/repos/')

os.environ['DJANGO_SETTINGS_MODULE'] = 'spoken_tut.settings'

import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler()