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.4b1.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.4b1-py3-none-any.whl
(134.9 kB
view details)
File details
Details for the file django-iris-0.2.4b1.tar.gz.
File metadata
- Download URL: django-iris-0.2.4b1.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 |
3224aab2e111d13643e983a91fdf1aa26362965c7e5a97d09058d2a6e4d38b84
|
|
| MD5 |
f543d39c4b8a185fb752532b1a819d03
|
|
| BLAKE2b-256 |
e17f332252b851462ef0458d642f11001f962eef90c8cd6c53e83935c46230f2
|
File details
Details for the file django_iris-0.2.4b1-py3-none-any.whl.
File metadata
- Download URL: django_iris-0.2.4b1-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 |
8dd66cb4f184daba15dedaf81f8e28dee9d685bb432d3a5510266db8964bb790
|
|
| MD5 |
842b1ddc6e7ed76ae39b4e7b52007175
|
|
| BLAKE2b-256 |
72e7b1d6d88835aff5154dc4189c0874dc7ae56292deae53ca4be29b2697d2e0
|