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.5b3.tar.gz
(109.6 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.5b3-py3-none-any.whl
(135.8 kB
view details)
File details
Details for the file django_iris-0.2.5b3.tar.gz.
File metadata
- Download URL: django_iris-0.2.5b3.tar.gz
- Upload date:
- Size: 109.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7aa73c2ba894633683738e9dc09c0f11f80cb8de5533388c94625c54fb4ac034
|
|
| MD5 |
872aa564d00c6fdb2225bdd4e00abc45
|
|
| BLAKE2b-256 |
d8f8c2417c8316862670be4b351399d085f1bd485662771cf61d420693a97006
|
File details
Details for the file django_iris-0.2.5b3-py3-none-any.whl.
File metadata
- Download URL: django_iris-0.2.5b3-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 |
cfc0daedb0b3b88789b9a358a822d7a3538c70335382c39f23d99cea2ca0b7d7
|
|
| MD5 |
6f2a780e515a959d7094880330083e47
|
|
| BLAKE2b-256 |
7832324fb9b39715c1dceaecdbdd7668456cd774b0da9ed9d95a5bb19f0273fc
|