Здесь будет CMS на питоне с MongoDB.

DB: pythoncms Table: posts Format:

{
  "_id": "0123456789",
  "name": "Title",
  "text": "Hello, this is post"
}

Index page:

{
  "_id": "0123456789",
  "name": "/",
  "text": "Hello, this is index page"
}

Description
Простой web-app аля бложик.
Readme
Languages
Python 85.7%
Shell 11.5%
Dockerfile 2.8%