Skip to main content

A Django app to show CHANGELOG.md.

Project description

Django Release Info

Show you CHANGELOG.md in your application

screenshot of page

How to use

Install the python package and add the app to installed apps

pip install django-release-info

Add you assets like logo and fonts to static files.

Add the config to settings.py

INSTALLED_APPS = [
    "django.contrib.admin",
    "django.contrib.auth",
    "django.contrib.contenttypes",
    "django.contrib.sessions",
    "django.contrib.messages",
    "django.contrib.staticfiles",
    "release_info"
]
RELEASE_INFO = {
    "product_name": "Django Release Info",
    "author": "pragmatic minds",
    "author_url": "https://pragmaticminds.de",
    "contact_email": "info@pragmaticminds.de",
    "contact_text": "You need help or have a question?",
    "picture_path": "images/logo.svg",
    "fonts": {
        "header": {"name": "FuturaStd-Medium", "url": "fonts/FuturaStd-Medium.woff2"},
        "content" : {"name": "FuturaStd-Book", "url": "fonts/FuturaStd-Book.woff2"},
    },
}

Add the page URL to urls.py

urlpatterns = [
    .....
    path("release", include("release_info.urls")),
    ......
]

screenshot of page

Development

This repo has a test project so you can clone it and run the app.

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

How to build

cd release_info
python -m build

How release

Pypi: twine upload dist/*

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_release_info-0.0.6.tar.gz (11.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_release_info-0.0.6-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file django_release_info-0.0.6.tar.gz.

File metadata

  • Download URL: django_release_info-0.0.6.tar.gz
  • Upload date:
  • Size: 11.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.12

File hashes

Hashes for django_release_info-0.0.6.tar.gz
Algorithm Hash digest
SHA256 6604d5521628ceee5ab53a4d1242539f2c74ed8e5cd9b53fec0cf47285194639
MD5 72dd2797d8096d7e3a9ed8590ef368fd
BLAKE2b-256 e71668e3a7abaa6a676a9e59a5727dc145bb935a0ffba6ee82a2cab91871dfb1

See more details on using hashes here.

File details

Details for the file django_release_info-0.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for django_release_info-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 9400b2b4dde1f13f964a4448dcc983b33ffd6974048775cae27329b37a5e9461
MD5 55620035ae0cfd73d41d23651d4a8afc
BLAKE2b-256 b58c8b9d33241169ea87b2c77eea907b1c0c8928477a860676ff190659d2aeca

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