Skip to content

simple reusable Django app that allows for rendering CHANGELOG.md files in Django views

License

Notifications You must be signed in to change notification settings

liip/django-changelogmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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" %}

About

simple reusable Django app that allows for rendering CHANGELOG.md files in Django views

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published