diff --git a/README.md b/README.md index 6de659f..ea92b2a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ # Django CMS REST -This is a demo project that provides RESTful APIs for Django CMS. +This is a demo project that provides RESTful APIs for Django CMS. Currently, it offers public read-only access to pages and placeholders. This allows for the retrieval of structured and nested content from your Django CMS instance in a programmatic way. + +Please note that this project is in its early stages and more features will be added in the future. For now, it provides basic functionality for placeholders. ## Features -- Basic functionality for placeholders +- Public read-only access to pages and placeholders +- Basic functionality for reading public pages and placeholders ## Requirements