stock/tetastock.tetalab.org.wsgi

4 lines
105 B
Plaintext
Raw Permalink Normal View History

2017-10-29 10:01:37 +01:00
import sys
sys.path.insert(0, '/var/www/tetastock.tetalab.org')
from tetastock import app as application