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