Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ktmud/david

A simple CMS using flask, SQLAlchemy, stylus..
https://github.com/ktmud/david

cms flask sqlalchemy

Last synced: 2 months ago
JSON representation

A simple CMS using flask, SQLAlchemy, stylus..

Awesome Lists containing this project

README

        

# David - A Flask CMS with SQLAlchemy

The CMS behind http://www.tongdawei.cc

## TODO:

1. more generic templates
2. more generic static files handling
3. provide modules as plugin

### Decisions I made

1. make modules as pluggable as possible, see `david/modules`
2. implemented qiuniu CDN attachment upload and its Flask-admin interface
3. use Flask-babel for locale
4. use `alembic` for database schema versioning
5. use `grunt` to build static files
6. use `fabric` for deployment