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