Skip to content

Commit

Permalink
Adding the directory containing lernanta into path.
Browse files Browse the repository at this point in the history
  • Loading branch information
zuzelvp committed Aug 11, 2011
1 parent 50015eb commit fbd1fb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wsgi/batucada.wsgi
Expand Up @@ -14,6 +14,7 @@ os.environ['DJANGO_SETTINGS_MODULE'] = 'settings_local'
# Add the zamboni dir to the python path so we can import manage.
wsgidir = os.path.dirname(__file__)
site.addsitedir(os.path.abspath(os.path.join(wsgidir, '../')))
site.addsitedir(os.path.abspath(os.path.join(wsgidir, '../../')))

# manage adds /apps, /lib, and /vendor to the Python path.
import manage
Expand Down

0 comments on commit fbd1fb4

Please sign in to comment.