Skip to main content

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

  1. Add “polls” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'django_changelog',
    ]
  2. Include the polls URLconf in your project urls.py like this::

    from changelog.views import ChangelogView … path(“changelog/”, ChangelogView.as_view()),

  3. Create a CHANGELOG.md in your BASE_DIR.

  4. Start the development server

  5. Visit http://127.0.0.1:8000/changelog/ to see your changelog.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-changelog-0.1.2.tar.gz (3.2 kB view details)

Uploaded Source

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

Hashes for django-changelog-0.1.2.tar.gz
Algorithm Hash digest
SHA256 a7e0d8f65ef82b88da0ba5f5a4c8adcb39c1e4f4ec0ed7a0d243a0ed88dde34a
MD5 99573238be1135e5502aafe2f74807a7
BLAKE2b-256 7d6029789b26b0c1d76f75de2c3c540a206e419ceec930a64256c691dc7d5ba0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page