Skip to main content

Django Markdown Content Manager.

Project description

DMCM is a Django 1.7 app which implements a content management system where every item is a page and all the content is written in Markdown.

Quick start

  1. Add “dmcm” to your INSTALLED_APPS settings.

  2. The DMCM pages are orgaised in a tree structure. A default root page called “Root” will be created. Add SITE_ROOT_SLUG to settings:

    SITE_ROOT_SLUG = 'home'  # Homepage
  3. Include the feedreader URLconf in your project urls.py like this:

    url(r'^dmcm/', include('dmcm.urls', namespace='dmcm')),
  4. Run python manage.py syncdb to create the dmcm models.

  5. Run python manage.py collectstatic to copy static files to your project’s static root.

  6. Visit /dmcm/ on your site to see a default home page in DMCM.

    Visit /dmcm/dmcm/edit/ to see a list of all DMCM pages and to add more.

    Editing in DMCM requires that Django login be enabled.

Dependencies

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-dmcm-1.0.5.tar.gz (1.5 MB 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