Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 502 Bytes

README.rst

File metadata and controls

13 lines (10 loc) · 502 Bytes

Django-ChangelogMD

A Django app to implement rendering of Markdown-based CHANGELOG files

Quick start

  1. Install django-changelogmd in your Python environment: pip install git+https://github.com/liip/django-changelogmd.git
  2. Add changelogmd to your INSTALLED_APPS
  3. Implement a view based on ChangelogMDView or AdminProtectedChangelogMDView
  4. Make a template and include the changelogmd.html template: {% include "changelogmd/changelog.html" %}