Skip to content

bluesnie/novel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Novel App

a novel web app based on flask and mysql

config.py文件配置:

SECRET_KEY = '自定义字符串'

SQLALCHEMY_DATABASE_URI = 'mysql://用户名:密码@主机:端口/数据库名'

SQLALCHEMY_TRACK_MODIFICATIONS = True