White is a blog cms. it's based Anchor-cms that a blog cms wrote by php. The White project keeps the most of achor-cms features, but pythonic and some new feartures:
源码地址:
https://github.com/thomashuang/white
使用Flask,MySQL落地的博客CMS, 原型从Anchor-cms克隆而来,现在主要保有原cms的主要特征,未来将会走上不同的开发模式。
喜欢群交流的可以加 QQ qun 225079605 (White-cms Python, 当前就我一个人)。 不过建议遇到bug还是直接github提交就好。
1
7anshuai 2015-03-10 10:55:18 +08:00
感谢分享,已送上star
|
2
saonian2222 2015-03-10 11:00:51 +08:00
不错呀
|
3
MrGba2z 2015-03-10 11:29:03 +08:00
不错, 今晚看看源码, 有没有啥地方能猛抄一记..
|
4
lianghui OP @MrGba2z 使用的充血型领域模型,觉得比较好的可能是memoize和懒加载proxy,其他都是一些flask的主流方式。 因为没有使用sqla,所以data-mapper非常原始,方便粘合处理原生sql。
|
5
dong3580 2015-03-10 12:36:40 +08:00
感谢分享,既然是flask不知怎么不用sqlite
|