web/hgbook/run.wsgi~
changeset 1 672eaaab9204
parent 0 8083d21c0020
equal deleted inserted replaced
0:8083d21c0020 1:672eaaab9204
     2 import sys
     2 import sys
     3 import django
     3 import django
     4 sys.path.append('/home/amit/hgbook-alqua/web')
     4 sys.path.append('/home/amit/hgbook-alqua/web')
     5 sys.path.append('/home/amit/hgbook-alqua/web/hgbook/comments')
     5 sys.path.append('/home/amit/hgbook-alqua/web/hgbook/comments')
     6 os.environ['DJANGO_SETTINGS_MODULE'] = 'hgbook.settings'
     6 os.environ['DJANGO_SETTINGS_MODULE'] = 'hgbook.settings'
       
     7 import django.core.handlers.wsgi
     7 application = django.core.handlers.wsgi.WSGIHandler()
     8 application = django.core.handlers.wsgi.WSGIHandler()
     8 
     9 
     9 
    10 
    10 
    11 
    11 
    12