DjaoDjin deployutils
This repository contains the code for the command line tool and modules to seamlessly integrate an appplication with DjaoDjin's HTTP session manager proxy.
Install
Install deployutils into your environment
$ pip install djaodjin-deployutils
See the steps to integrate with a Django project.
Development
Clone the repository in a virtualenv and install the prerequisites
$ python3 -m .venv
$ source .venv/bin/activate
$ pip install -r testsite/requirements.txt
# When using Django integration
$ make build-assets
Create the credentials file with a DJAODJIN_SECRET_KEY and the empty db.
$ make initdb
Run the web application
$ python manage.py runserver
Browse to http://localhost:8000
Release Notes
Tested with
- Python: 3.12, Django: 5.2 (LTS)
- Python: 3.14, Django: 6.0 (next)
- Python: 3.10, Django: 4.2 (legacy)
- Python: 3.9, Django: 3.2 (legacy)
0.14.5
- attempts to package Jinja2-compatible templates (always)
- exists with error code when package cannot be uploaded
- adds command to retrieve one settings value from a project
- adds
-o outfileoption to package_theme
Release files for djaodjin-deployutils 0.14.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| djaodjin_deployutils-0.14.5.tar.gz | 51.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| djaodjin_deployutils-0.14.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 150.8 kB
Release files / djaodjin_deployutils-0.14.5.tar.gz
| Download URL | djaodjin_deployutils-0.14.5.tar.gz |
|---|---|
| Size | 51.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
16b5f97b4ccb32caca2db7f673774f06b7224bb8c0a342a61649cbf0585aabb6
|
|
BLAKE2b-256 checksum How to use checksums |
3c66a4662180f76401314c9f11f1a2ef6d6d09daa5c4ea44771a6a51fb8466ba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.10.19
|
Release files / djaodjin_deployutils-0.14.5-py3-none-any.whl
| Download URL | djaodjin_deployutils-0.14.5-py3-none-any.whl |
|---|---|
| Size | 99.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1d5d135878e439cc534ecbb1e900b7811423551a5eb5f7c8cbdca5c931ce66c3
|
|
BLAKE2b-256 checksum How to use checksums |
a8a4540829a4cfb0c87dd277f9d601f13464b4ecb132ba3817d362399679b08a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.10.19
|