stock/config.local.py

3 lines
119 B
Python
Raw Permalink Normal View History

2017-10-19 11:57:28 +02:00
SQLALCHEMY_TRACK_MODIFICATIONS = True
SQLALCHEMY_DATABASE_URI = "postgresql://tetastock:tetastock@localhost/tetastock"