A Django app to implement rendering of Markdown-based CHANGELOG files
- Install
django-changelogmd
in your Python environment: pip install git+https://github.com/liip/django-changelogmd.git - Add
changelogmd
to yourINSTALLED_APPS
- Implement a view based on ChangelogMDView or AdminProtectedChangelogMDView
- Make a template and include the changelogmd.html template: {% include "changelogmd/changelog.html" %}