Skip to content
Snippets Groups Projects
Commit ae8c7943 authored by Brian Moe's avatar Brian Moe
Browse files

Corrected paths.

parent ee592c7b
No related branches found
No related tags found
No related merge requests found
import os
import sys
os.environ['DJANGO_SETTINGS_MODULE'] = 'gracedb.settings'
os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
# Sandbox libs here, if required.
#
#sys.path.append('/home/bmoe/sandbox/lib/python2.6/site-packages')
#sys.path.append('/home/bmoe/sandbox/lib/python2.6')
sys.path.append('/home/lars/wsgi-sandbox/lib/python2.6')
sys.path.append('/home/lars/wsgi-sandbox/lib/python2.6/site-packages')
sys.path.append('/home/gracedb/gracedb')
import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment