django-changelog 0.1.2

Creator: danarutscher

Last updated:

Add to Cart

Description:

djangochangelog 0.1.2

Django Changelog is a simple Django app to display a CHANGELOG.md file as a url

Quick start

Add “polls” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'django_changelog',
]


Include the polls URLconf in your project urls.py like this::
from changelog.views import ChangelogView

path(“changelog/”, ChangelogView.as_view()),



Create a CHANGELOG.md in your BASE_DIR.
Start the development server
Visit http://127.0.0.1:8000/changelog/ to see your changelog.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.