pycms/README.md

279 B
Raw Blame History

Здесь будет 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"
}