Awesome
David - A Flask CMS with SQLAlchemy
The CMS behind http://www.tongdawei.cc
TODO:
- more generic templates
- more generic static files handling
- provide modules as plugin
Decisions I made
- make modules as pluggable as possible, see
david/modules
- implemented qiuniu CDN attachment upload and its Flask-admin interface
- use Flask-babel for locale
- use
alembic
for database schema versioning - use
grunt
to build static files - use
fabric
for deployment