]> git.cworth.org Git - turbot/blob - turbot.wsgi.in
5a260bfa3446bf0f5328deaadbe6496fee561f88
[turbot] / turbot.wsgi.in
1 import sys
2 sys.path.insert(0, '${DEPLOY_DIR}')
3
4 from dotenv import load_dotenv
5 load_dotenv('${DEPLOY_DIR}/.turbot.env')
6
7 from turbot.turbot import app as application