API for django cms.
Project description
An application to use CMS content and features via REST API.
djangocms-rest-api uses Django REST framework to serve django CMS data through a REST API
Installation
pip install djangocms-rest-api
Edit INSTALLED_APPS:
INSTALLED_APPS = [ ... 'rest_framework', 'djangocms_rest_api', ... ]
Edit urls.py:
urlpatterns = [ ... url(r'^api/', include('djangocms_rest_api.urls', namespace='api')), ... ]
That’s all!
Features
Credits
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file djangocms-rest-api-0.2.0.tar.gz
.
File metadata
- Download URL: djangocms-rest-api-0.2.0.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a181e6c652b010ed5758851c4d62eddcdda8396559a92e322bee7ef9207dbc2 |
|
MD5 | 9d954e85d9528f3320af3a3164948cef |
|
BLAKE2b-256 | c9ce9e0e2184817f64284266af1919a33215cc14d9c41871668a351b5265fa59 |