login and register
This commit is contained in:
parent
c97e3e8d4e
commit
88a00e3a4b
16 changed files with 243 additions and 12 deletions
|
|
@ -4,7 +4,8 @@ import json
|
|||
# with open('/etc/config.json') as config_file:
|
||||
# config = json.load(config_file)
|
||||
config = {
|
||||
'SQLALCHEMY_DATABASE_URI_SQLITE': 'sqlite:///site.db'
|
||||
'SQLALCHEMY_DATABASE_URI_SQLITE': 'sqlite:///site.db',
|
||||
'SECRET_KEY': '1234567890'
|
||||
}
|
||||
|
||||
class Config():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue