Skip to main content

Django Markdown Content Manager.

Project description

DMCM is a Django 1.9 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.1.4.tar.gz (204.1 kB view details)

Uploaded Source

File details

Details for the file django-dmcm-1.1.4.tar.gz.

File metadata

  • Download URL: django-dmcm-1.1.4.tar.gz
  • Upload date:
  • Size: 204.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-dmcm-1.1.4.tar.gz
Algorithm Hash digest
SHA256 756c01e679b60cfc8433685841529225b3c10d798fa5967add196fe271b34c29
MD5 fc7ec4488d954c78a7ab7b6e7ef6e76c
BLAKE2b-256 56db4077091c3d0053c5a9451943ce18eff4d37249d8d93bcd34db02da5beae0

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