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 deployutils into your environment
$ pip install djaodjin-deployutils
See the steps to integrate with a Django project.
Clone the repository in a virtualenv and install the prerequisites
$ python3 -m .venv
$ source .venv/bin/activate
$ pip install -r testsite/requirements.txt
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
Tested with
- Python: 3.10, Django: 4.2 (LTS)
- Python: 3.12, Django: 5.1 (next)
- Python: 3.7, Django: 3.2 (legacy)
0.12.0
- adds support for Django 4.2(LTS) and 5.1