Skip to content

wanghaa/flasky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flasky

跟着《Flask Web开发》的例子写的

在线地址 Flask Web Development.

######数据库重新生成步骤

  1. 删除.sqllite文件
  2. python manage.py db init
  3. python manage.py db migrate -m "inital migration"
  4. python manage.py db upgrade

About

跟着书本敲得,基于Python3.5.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors