pycms/README.md

12 lines
171 B
Markdown
Raw Normal View History

Здесь будет CMS на питоне с MongoDB.
2021-09-07 04:54:24 +03:00
DB: pythoncms
Table: posts
Format:
{
"_id": "0123456789",
"name": "Title",
"text": "Hello, this is post"
}