Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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..
- Host: GitHub
- URL: https://github.com/ktmud/david
- Owner: ktmud
- License: mit
- Created: 2013-10-12T08:23:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-19T12:05:29.000Z (about 11 years ago)
- Last Synced: 2024-04-08T01:26:43.483Z (10 months ago)
- Topics: cms, flask, sqlalchemy
- Language: JavaScript
- Size: 2.42 MB
- Stars: 6
- Watchers: 4
- 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