]> git.cworth.org Git - turbot/blob - turbot.wsgi.in
70a98656186869e91c4557d2b5f2f6983622506a
[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