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.3.0b1.tar.gz
(111.3 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.3.0b1-py3-none-any.whl
(137.6 kB
view details)
File details
Details for the file django_iris-0.3.0b1.tar.gz.
File metadata
- Download URL: django_iris-0.3.0b1.tar.gz
- Upload date:
- Size: 111.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7649cdaa78921033b4c8903a7eff42b716b450de791c66b9d9fc032ff20b4301
|
|
| MD5 |
934aa40ae0b867564e1c36d70af5456c
|
|
| BLAKE2b-256 |
d5b0dc41d1aad88a323abaffdbedce4502c304bc0fa79d700074856cb73411e6
|
File details
Details for the file django_iris-0.3.0b1-py3-none-any.whl.
File metadata
- Download URL: django_iris-0.3.0b1-py3-none-any.whl
- Upload date:
- Size: 137.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25befcee3b311b4de471610b4394c7ec3ee5f8a76f85d9c100d3d3849c680ac4
|
|
| MD5 |
7ae0510c08c1f2f626e03eb14618652e
|
|
| BLAKE2b-256 |
fd83beda3fe0405ba60e1adc4e0e084348ad0fcdff83c11273fa861bb9e13d64
|