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.1b3.tar.gz
(107.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.2.1b3-py3-none-any.whl
(133.2 kB
view details)
File details
Details for the file django-iris-0.2.1b3.tar.gz.
File metadata
- Download URL: django-iris-0.2.1b3.tar.gz
- Upload date:
- Size: 107.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3ce77a7051d3cb734dcbbf35bfdf1c85bf342646f68f9819284ca933478a874
|
|
| MD5 |
e6abe9186d5cd82b1dccd91249f77c78
|
|
| BLAKE2b-256 |
39b79ae6a72e10feb3180350250b3b4b30be1431cb75027f1b0b8564b74cde5d
|
File details
Details for the file django_iris-0.2.1b3-py3-none-any.whl.
File metadata
- Download URL: django_iris-0.2.1b3-py3-none-any.whl
- Upload date:
- Size: 133.2 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 |
ba0ed0e4581a09f85c3fd9f0e319b52c0b4bbcbedf8b937fd7e959cef9a1b585
|
|
| MD5 |
63317ab508050ed1a92c440ff7731d01
|
|
| BLAKE2b-256 |
df18fedb16a8113f41170287bc32175bbbd68d452577301663942203dae8ab0a
|