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

removed refs to /opt/lscsoft

parent fb2aa3ac
No related branches found
No related tags found
No related merge requests found
......@@ -4,19 +4,6 @@ import sys
# XXX The WSGI files should be unified.
# Would be easy if settings.py were unified, which isn't hard.
sys.path.append('/home/lars/django')
# OK, the lib/lib64 situation should be handled better.
sys.path.append('/opt/lscsoft-bleed/lib64/python2.4/site-packages')
sys.path.append('/opt/lscsoft-bleed/lib/python2.4/site-packages')
#sys.path.append('/opt/lscsoft/glue/lib64/python2.4/site-packages')
#sys.path.append('/opt/lscsoft/glue/lib/python2.4/site-packages')
sys.path.append('/opt/lscsoft/pylal/lib/python2.4/site-packages')
sys.path.append('/opt/lscsoft/pylal/lib64/python2.4/site-packages')
os.environ['DJANGO_SETTINGS_MODULE'] = 'gracedb.settings'
import django.core.handlers.wsgi
......
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