A Django app to show CHANGELOG.md.
Project description
django release info app
Show you CHANGELOG.md in your application
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")),
......
]
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_release_info-0.0.3.tar.gz.
File metadata
- Download URL: django_release_info-0.0.3.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.11.1 readme-renderer/43.0 requests/2.32.3 requests-toolbelt/1.0.0 urllib3/1.26.19 tqdm/4.66.4 importlib-metadata/4.6.4 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee4ec747e0b068269ed1d13973576caf77bebebcc14d76eaf22d9e3c7f15a60b
|
|
| MD5 |
95daa7bd90fed0b6093e302c17adb459
|
|
| BLAKE2b-256 |
617797602859deae81385adad2dce7674035445419af10a7dbee36935be840ac
|
File details
Details for the file django_release_info-0.0.3-py3-none-any.whl.
File metadata
- Download URL: django_release_info-0.0.3-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.11.1 readme-renderer/43.0 requests/2.32.3 requests-toolbelt/1.0.0 urllib3/1.26.19 tqdm/4.66.4 importlib-metadata/4.6.4 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52794f8972086c0968b84c982db8ae7738e42eaeb7a7a1dd4126bec0fbd8a29b
|
|
| MD5 |
afc59b2b4ccf5a9470e3a85604d39734
|
|
| BLAKE2b-256 |
5627e247cc905d2338caee8de42fcc18ead204cff027267d7417bef8f1d267db
|