https://github.com/ktmud/david
A simple CMS using flask, SQLAlchemy, stylus..
https://github.com/ktmud/david
cms flask sqlalchemy
Last synced: 11 months ago
JSON representation
A simple CMS using flask, SQLAlchemy, stylus..
- Host: GitHub
- URL: https://github.com/ktmud/david
- Owner: ktmud
- License: mit
- Created: 2013-10-12T08:23:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-19T12:05:29.000Z (over 12 years ago)
- Last Synced: 2025-07-14T16:29:39.001Z (11 months ago)
- Topics: cms, flask, sqlalchemy
- Language: JavaScript
- Size: 2.42 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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