init
This commit is contained in:
commit
5309e0593b
22 changed files with 722 additions and 0 deletions
blog
6
blog/config.py
Normal file
6
blog/config.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
SQLALCHEMY_DATABASE_URI = 'sqlite:///blog.db'
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS = True
|
||||
DEBUG = True
|
||||
USERNAME = 'john'
|
||||
PASSWORD = 'due123'
|
||||
SECRET_KEY = 'secret key'
|
Loading…
Add table
Add a link
Reference in a new issue