apache/django.wsgi
author hg@fossee.in
Sat, 05 Sep 2009 04:41:28 -0400
changeset 24 7bf724544c9b
parent 6 eb8e00312877
permissions -rw-r--r--
Added Bhojpuri and Tulu.

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