Pre-release
This release is a pre-release and may not be stable for production use.
django-iris
InterSystems IRIS backend for Django
Prerequisites
You must install, the latest version of InterSystems IRIS DB-API Python driver
pip3 install https://github.com/intersystems-community/intersystems-irispython/releases/download/3.7.3/intersystems_iris-3.7.3-py3-none-any.whl
Install and usage
Install with pip
pip install django-iris
Configure the Django DATABASES setting similar to this:
DATABASES = {
'default': {
'ENGINE': 'django_iris',
'NAME': 'USER',
'USER': '_SYSTEM',
'PASSWORD': 'SYS',
'HOST': 'localhost',
'PORT': '1972',
},
}
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django_iris-0.2.5b2.tar.gz
(109.5 kB
view details)
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
django_iris-0.2.5b2-py3-none-any.whl
(135.8 kB
view details)
File details
Details for the file django_iris-0.2.5b2.tar.gz.
File metadata
- Download URL: django_iris-0.2.5b2.tar.gz
- Upload date:
- Size: 109.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df080a9db5ba08485580be57eaf5ac6a056ad4228d21c8a825c88213c7394408
|
|
| MD5 |
36e51e01a6e84d8943689beee5a7e71b
|
|
| BLAKE2b-256 |
2e2717440642768579936079bca98d2c21a8edd9bcb00054fdf2447fd4c9ac2c
|
File details
Details for the file django_iris-0.2.5b2-py3-none-any.whl.
File metadata
- Download URL: django_iris-0.2.5b2-py3-none-any.whl
- Upload date:
- Size: 135.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c497c40c328ba9032b95c84e3bcff1b877b8b774e455e6aaf1292f9e9d8ea059
|
|
| MD5 |
15c2f5515559f594c1ab044aa223e01b
|
|
| BLAKE2b-256 |
59337e2b1981faf5c6b4fa1d43b55d28e8f9b57211b524456e35608eb57ac516
|