1
0
Fork 0
mirror of https://github.com/sileht/bird-lg.git synced 2024-11-16 20:34:42 +01:00
bird-lg/lg.wsgi

10 lines
269 B
Plaintext
Raw Normal View History

2012-01-20 00:12:19 +01:00
import sys
2012-08-21 09:27:52 +02:00
2017-10-30 20:21:06 +01:00
#Uncomment these two lines if you want to make use of virtualenv
#activate_this = '/path/to/bird-lg/venv/bin/activate_this.py'
#execfile(activate_this, dict(__file__=activate_this))
sys.path.insert(0, '/path/to/bird-lg')
2012-01-20 00:12:19 +01:00
from lg import app as application