Created
August 13, 2019 12:11
-
-
Save kinnou02/628704be81ea23b77e61d85a03d5fc16 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
## File managed by fabric, don't edit directly | |
# | |
# this import might fix a strange thread problem: http://bugs.python.org/issue7980 | |
import _strptime | |
import os | |
import sys | |
sys.path.append('/srv/jormungandr') | |
os.environ['PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION'] = 'cpp' | |
os.environ['PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION_VERSION'] = '2' | |
os.environ['JORMUNGANDR_CONFIG_FILE'] = '/srv/jormungandr/settings.py' | |
import jormungandr | |
application = jormungandr.app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment