stock/ref.tetalab.org.wsgi

4 lines
105 B
Plaintext
Raw Normal View History

2017-10-19 11:57:28 +02:00
import sys
sys.path.insert(0, '/var/www/stock.tetalab.org')
from stock_tetalab import app as application