1
frostming 2018-07-02 12:52:50 +08:00
|
3
cszhiyue 2018-07-02 17:17:36 +08:00
|
4
fushall 2018-07-02 21:38:13 +08:00
flask 其实很灵活,怎样都行,怎么舒服怎么来,比如我是这样定义结构的
https://github.com/fushall/myblog |
5
linnn2 2018-07-03 08:53:59 +08:00
其实可以参考 Django
|
6
iango 2018-07-03 21:04:15 +08:00
基于 Cookiecutter 构建 Flask 工程模板,快速生成 Flask 大型项目代码骨架。
https://github.com/sloria/cookiecutter-flask A flask template with Bootstrap 3, asset bundling+minification with webpack, starter templates, and registration/authentication. For use with cookiecutter. |
7
Ge4Los 2018-07-05 00:30:56 +08:00
参考几个 cookiecutter-flask 的工程调整了一下目录结构。
加上额外的第三库支持。 当然只针对面向 api 的 web 服务。 |
8
mrchi OP @frostming 谢谢分享,比较赞同不在__init__.py 中实例化 SQLAlchemy 的方式。
|
12
mrchi OP |