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
Add “dmcm” to your INSTALLED_APPS settings.
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
Include the feedreader URLconf in your project urls.py like this:
url(r'^dmcm/', include('dmcm.urls', namespace='dmcm')),
Run python manage.py syncdb to create the dmcm models.
Run python manage.py collectstatic to copy static files to your project’s static root.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 756c01e679b60cfc8433685841529225b3c10d798fa5967add196fe271b34c29 |
|
MD5 | fc7ec4488d954c78a7ab7b6e7ef6e76c |
|
BLAKE2b-256 | 56db4077091c3d0053c5a9451943ce18eff4d37249d8d93bcd34db02da5beae0 |