3 lines
76 B
Python
3 lines
76 B
Python
class BaseConfig(object):
|
|
DEBUG = True
|
|
SECRET_KEY = 'mysecretkeyg' |