Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangocms-rest-api-0.2.0.tar.gz (6.5 kB view details)

Uploaded Source

File details

Details for the file djangocms-rest-api-0.2.0.tar.gz.

File metadata

File hashes

Hashes for djangocms-rest-api-0.2.0.tar.gz
Algorithm Hash digest
SHA256 2a181e6c652b010ed5758851c4d62eddcdda8396559a92e322bee7ef9207dbc2
MD5 9d954e85d9528f3320af3a3164948cef
BLAKE2b-256 c9ce9e0e2184817f64284266af1919a33215cc14d9c41871668a351b5265fa59

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page