Простой web-app аля бложик.
Go to file
2021-09-07 07:29:43 +03:00
main.py Добавил возможность редактирования основной страницы 2021-09-07 07:29:43 +03:00
README.md Добавил обработку 404 ошибок +поправил index page. 2021-09-07 07:14:31 +03:00

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