Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed May 25, 2024
1 parent e80dc2c commit ff6ebb1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit ff6ebb1

Please sign in to comment.