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.5.tar.gz (8.9 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.5-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: django_release_info-0.0.5.tar.gz
  • Upload date:
  • Size: 8.9 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.5.tar.gz
Algorithm Hash digest
SHA256 6dcca53c322bb1d2ecfc57a3d00e0a27c2e0b68f66a042366b7479d69bf0c579
MD5 fcb1412b11d4552c571adb25dbc9a6f5
BLAKE2b-256 0dcdd47fe716665ff4f24e6488ef67426cd5bd56a9f8b7dc2a129836e43b3c18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_release_info-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 d2538dd99398c7faa94021185751c7b01012ba7d0231237f47efde077684fda7
MD5 ce58e7eafd07172220422741da1c9266
BLAKE2b-256 a59d2d2856ced86ceb129dcff87f75c3918244180adbaf71dd12daacddf6d65a

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