chainetv_web/backend/config.py
2019-04-29 16:23:24 +02:00

3 lines
76 B
Python

class BaseConfig(object):
DEBUG = True
SECRET_KEY = 'mysecretkeyg'