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 intersystems_irispython-3.2.0-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.2b1.tar.gz
(107.8 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.2b1-py3-none-any.whl
(133.7 kB
view details)
File details
Details for the file django-iris-0.2.2b1.tar.gz.
File metadata
- Download URL: django-iris-0.2.2b1.tar.gz
- Upload date:
- Size: 107.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdb2d6305fecbcae6181ab1b4955b3fac06dc7600470fb6dcd3d65bd81b9c679
|
|
| MD5 |
3ce86d1d3b8a19c032e333a87459dd0d
|
|
| BLAKE2b-256 |
aef7caa353c7a131046a89990e6cd9802f2e66c0d3d0f53d54e393c9b9cc7501
|
File details
Details for the file django_iris-0.2.2b1-py3-none-any.whl.
File metadata
- Download URL: django_iris-0.2.2b1-py3-none-any.whl
- Upload date:
- Size: 133.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c265d3ff4152c037ae7bf8bdc434a0c085075e29aaeec1b25bc2d97c51ce82e0
|
|
| MD5 |
c81fedcac1f7a9873938312b70f9bf39
|
|
| BLAKE2b-256 |
dd3af9b73a859d01e8f41a6aad24e57cc1973db0a17113fb1a13605b876936a3
|