djangocms-rest-api 0.2.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangocmsrestapi 0.2.0

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.