What is QCMS ?

Fast lightweight Python/Flask CMS designed for engineers
Builds a web site from folder structure (local or nextcloud)
Supports industry standard frameworks
JQuery, Apexcharts, fontawesome
Numpy, Pandas, flask
Custom functions built & registered as API
Extensible themes support (mostly css)

Why use QCMS

QCMS lowers the barrier of entry to building a site
It is open-source and available under MIT license
Removing user administration overhead:smaller footprint & efficiency
Using basic knowledge of how documents are organized on disk or in the cloud.
Markdown rendering for non-technical users (using an editor).
HTML5 rendering for more advanced users
Suitable to deploy multiple sites on an AWS micro/nano instance


Use Cases

QCMS, implements a separation of concerns between web engineer and the content creator with the least amount of friction
Ideally the roles would look like
    The Web Engineers, will setup virtualenv; setup port, install themes, makes sure sure content is accessible. Optionally can make content.
    The Content Creator, writes up files and uploads images ...