Skip to main content

A Django app to build a simple cms restful server.

Project description

DRF-CMS is a Django app to manage non-relational websites content in a restful way. Elements are key-value and linked to a page, letting the client decide how to compose them.

Quick start

  1. Add “cms” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'drf_cms',
    ]
  2. Include the drf-cms URLconf in your project urls.py like this:

    path('cms/', include('drf_cms.urls')),
  3. Run python manage.py migrate to create the cms models.

Publish instructions: python setup.py sdist twine upload dist/*

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

django-drf-cms-0.2.13.tar.gz (11.7 kB view hashes)

Uploaded Source

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