Простой web-app аля бложик.
|
||
---|---|---|
main.py | ||
README.md |
Здесь будет 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"
}