Gitlab Releases for Django projects
Project description
gitlab-releases
Short Description
gitlab-releases provides a release page and changelog integration for your Django project, making it easy to display your releases if you manage them using GitLab releases feature.
Main Features
- Display a list of releases from your GitLab repository
- Show detailed changelog for each release
- Integrate release data into your Django templates
- Simple configuration and setup
Get Started
Installation
pip install gitlab-releases
Quick Start Example
Add gitlab_releases to your INSTALLED_APPS in settings.py:
INSTALLED_APPS = [
# ...existing apps...
'gitlab_releases',
]
Include the app's URLs in your urls.py:
from django.urls import path, include
urlpatterns = [
# ...existing urls...
path('releases/', include('gitlab_releases.urls')),
]
How to Use the Package or Django App
After installation and configuration, visit /releases/ in your Django project to see the list of releases fetched from your GitLab repository. You can customize the templates or use the provided template tags in your own templates:
{% load gitlab_releases_filters %}
{% for release in releases %}
<h2>{{ release.title }}</h2>
<div>{{ release.description|markdown }}</div>
{% endfor %}
Useful Links
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 gitlab_releases-0.0.5.tar.gz.
File metadata
- Download URL: gitlab_releases-0.0.5.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ed090011326cb500f58b0f9b21597defa91278ec6ef8f2b19b785d611dfb35b
|
|
| MD5 |
78368eb03759ab651f2302a1fae1d151
|
|
| BLAKE2b-256 |
3cd4e35c69c66c7754539f3e20cc2bf09ea6f9ec58011a9d8ca708ee9f58c507
|
Provenance
The following attestation bundles were made for gitlab_releases-0.0.5.tar.gz:
Publisher:
release.yml on valbertovc/gitlab-releases
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gitlab_releases-0.0.5.tar.gz -
Subject digest:
4ed090011326cb500f58b0f9b21597defa91278ec6ef8f2b19b785d611dfb35b - Sigstore transparency entry: 317814694
- Sigstore integration time:
-
Permalink:
valbertovc/gitlab-releases@01aa7f3f136e648f25b9321c702779ac19c411ea -
Branch / Tag:
refs/tags/v0.0.5 - Owner: https://github.com/valbertovc
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@01aa7f3f136e648f25b9321c702779ac19c411ea -
Trigger Event:
release
-
Statement type:
File details
Details for the file gitlab_releases-0.0.5-py3-none-any.whl.
File metadata
- Download URL: gitlab_releases-0.0.5-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1eeff70dd58b125717d84d33b7f261373dc4b288e6efecfdfdd09301a5d73dd
|
|
| MD5 |
9a082d35034feb2a2f58cf3325765195
|
|
| BLAKE2b-256 |
526ea61a9b14c7c5698293d3d5af0af376391555f1b412452445ac51ab01ff72
|
Provenance
The following attestation bundles were made for gitlab_releases-0.0.5-py3-none-any.whl:
Publisher:
release.yml on valbertovc/gitlab-releases
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
gitlab_releases-0.0.5-py3-none-any.whl -
Subject digest:
c1eeff70dd58b125717d84d33b7f261373dc4b288e6efecfdfdd09301a5d73dd - Sigstore transparency entry: 317814711
- Sigstore integration time:
-
Permalink:
valbertovc/gitlab-releases@01aa7f3f136e648f25b9321c702779ac19c411ea -
Branch / Tag:
refs/tags/v0.0.5 - Owner: https://github.com/valbertovc
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@01aa7f3f136e648f25b9321c702779ac19c411ea -
Trigger Event:
release
-
Statement type: