A simple Django app to display a CHANGELOG.md file as a url.
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-changelog-0.1.2.tar.gz.
File metadata
- Download URL: django-changelog-0.1.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7e0d8f65ef82b88da0ba5f5a4c8adcb39c1e4f4ec0ed7a0d243a0ed88dde34a
|
|
| MD5 |
99573238be1135e5502aafe2f74807a7
|
|
| BLAKE2b-256 |
7d6029789b26b0c1d76f75de2c3c540a206e419ceec930a64256c691dc7d5ba0
|