Skip to content
This repository has been archived by the owner on Feb 1, 2018. It is now read-only.

Commit

Permalink
bug 798152 - include lib64 dir too. we should do something different …
Browse files Browse the repository at this point in the history
…here - funfactory should do this, or we should build it differently perhaps
  • Loading branch information
rhelmer committed Oct 10, 2012
1 parent 9b80073 commit 1bb2793
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wsgi/socorro-crashstats.wsgi
Expand Up @@ -8,5 +8,9 @@ site.addsitedir(os.path.abspath(os.path.join(wsgidir, '../')))
# manage adds /apps, /lib, and /vendor to the Python path. # manage adds /apps, /lib, and /vendor to the Python path.
import manage import manage


# FIXME funfactory should add this too
site.addsitedir(os.path.abspath(
os.path.join(wsgidir, '../vendor-local/lib64/python')))

import django.core.handlers.wsgi import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler() application = django.core.handlers.wsgi.WSGIHandler()

0 comments on commit 1bb2793

Please sign in to comment.