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.3.tar.gz
(108.9 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.3-py3-none-any.whl
(134.9 kB
view details)
File details
Details for the file django-iris-0.2.3.tar.gz.
File metadata
- Download URL: django-iris-0.2.3.tar.gz
- Upload date:
- Size: 108.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93fa307a3ffe9e4a9ef3a3a23d62629e5f1a36c924c3a934a9eb115d1f7dba46
|
|
| MD5 |
c449838212b3dcbd15581e29fb68caf0
|
|
| BLAKE2b-256 |
a1b79b2928521a91d286a4a3363724273d2a90301245ab60e28be805e89bb4ec
|
File details
Details for the file django_iris-0.2.3-py3-none-any.whl.
File metadata
- Download URL: django_iris-0.2.3-py3-none-any.whl
- Upload date:
- Size: 134.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
371c8889a921bd416eeb2c131c251aa937ca4521919ac5043d7e1c5e32df6eed
|
|
| MD5 |
4ac9b6d45d9dd7edbb50ce629f57024a
|
|
| BLAKE2b-256 |
95b71f5d721f8659f875e15923fafbaca9918aa25ef9bf1fc227e3dbd71d5301
|