-
Flask-structure是用于大型项目的Flask框架结构
资源介绍
自述文件
该存储库具有大型烧瓶应用程序的外观结构。
这是通过讨论的想法的示例代码库
设置开发环境
$ virtualenv env
$ . env/bin/activate
$ pip install -r requirements.txt
=======
测试
$ python manager.py test
跑
$ python manager.py upgrade
$ python manager.py seed
$ python manager.py runserver
localhost:5000/users
localhost:5000/users/1