This is a Django integration of VenoBox.
Installation
First install the module, preferably in a virtual environment. It can be installed from PyPI:
pip install django-venobox
Setup
Add venobox to INSTALLED_APPS:
INSTALLED_APPS += (
'venobox',
)
Be sure you have the django.template.context_processors.request processor
TEMPLATES = [
{
...
'OPTIONS': {
'context_processors': [
...
'django.template.context_processors.request',
],
},
},
]
and just include venobox templates
{% include "venobox/venobox_css.html" %} {# Before the closing head tag #}
{% include "venobox/venobox_js.html" %} {# Before the closing body tag #}
When deploying on production server, don’t forget to run :
python manage.py collectstatic
Usage
Extend base template for ajax requests
{% extends request.is_ajax|yesno:"venobox/base.html,base.html" %}
Add class="venobox" to a link, and set the href to a page you want to display
<a data-vbtype="ajax" href="{% url 'remote.html' %}" class="venobox">Click here</a>
Please see example application. This application is used to manually test the functionalities of this package. This also serves as a good example.
Contributing
If you like this module, forked it, or would like to improve it, please let us know! Pull requests are welcome too. :-)
License
django-venobox is released under the BSD license.
Changes
0.1.0 (2026-09-08)
Initial release.
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_venobox-0.1.1.tar.gz.
File metadata
- Download URL: django_venobox-0.1.1.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edaea9b966bf41917f31c305556eab674b8cf0e400db5f2fe22a7f75a18b0481
|
|
| MD5 |
4434ee529db17d6d84214196b7f52dac
|
|
| BLAKE2b-256 |
7f95c374328a0a10375241fcebacff0e8e9d24768a380571325b4c4731aea824
|
Provenance
The following attestation bundles were made for django_venobox-0.1.1.tar.gz:
Publisher:
release.yml on bashu/django-venobox
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
django_venobox-0.1.1.tar.gz -
Subject digest:
edaea9b966bf41917f31c305556eab674b8cf0e400db5f2fe22a7f75a18b0481 - Sigstore transparency entry: 2756291451
- Sigstore integration time:
-
Permalink:
bashu/django-venobox@e9ed3a2b3f10fba3b04277c0b7288f0bcdd6a841 -
Branch / Tag:
refs/tags/0.1.1 - Owner: https://github.com/bashu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e9ed3a2b3f10fba3b04277c0b7288f0bcdd6a841 -
Trigger Event:
push
-
Statement type:
File details
Details for the file django_venobox-0.1.1-py3-none-any.whl.
File metadata
- Download URL: django_venobox-0.1.1-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29e93c35eee2a0489135dcef221fdf69d766f973ffc9e6ca1d4a8b4c4a02bb1c
|
|
| MD5 |
9bb368d525c8c0da5f6204e16f4ae003
|
|
| BLAKE2b-256 |
dedd22ab4a91456022d96f7681c6475bd0c8ee1bdae91fc7630341f685dd65d3
|
Provenance
The following attestation bundles were made for django_venobox-0.1.1-py3-none-any.whl:
Publisher:
release.yml on bashu/django-venobox
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
django_venobox-0.1.1-py3-none-any.whl -
Subject digest:
29e93c35eee2a0489135dcef221fdf69d766f973ffc9e6ca1d4a8b4c4a02bb1c - Sigstore transparency entry: 2756291482
- Sigstore integration time:
-
Permalink:
bashu/django-venobox@e9ed3a2b3f10fba3b04277c0b7288f0bcdd6a841 -
Branch / Tag:
refs/tags/0.1.1 - Owner: https://github.com/bashu
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e9ed3a2b3f10fba3b04277c0b7288f0bcdd6a841 -
Trigger Event:
push
-
Statement type: