web/hgbook/run.wsgi~
author amit@thunder
Mon, 25 Jan 2010 18:56:45 +0530
changeset 0 8083d21c0020
child 1 672eaaab9204
permissions -rwxr-xr-x
The first commit of all the required files for the review app

import os
import sys
import django
sys.path.append('/home/amit/hgbook-alqua/web')
sys.path.append('/home/amit/hgbook-alqua/web/hgbook/comments')
os.environ['DJANGO_SETTINGS_MODULE'] = 'hgbook.settings'
application = django.core.handlers.wsgi.WSGIHandler()