chainetv_web/backend/chainetv/config.py

3 lines
76 B
Python
Raw Normal View History

2019-04-29 14:23:24 +00:00
class BaseConfig(object):
DEBUG = True
SECRET_KEY = 'mysecretkeyg'