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.1.12b2.tar.gz
(9.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
File details
Details for the file django-iris-0.1.12b2.tar.gz.
File metadata
- Download URL: django-iris-0.1.12b2.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64b88b1087a2bd75ba6c17bb85b2a36b022f94224bdca57e30832aa500c917a6
|
|
| MD5 |
8adefe45ff1b45914e43c5431ad5b1e7
|
|
| BLAKE2b-256 |
e6bd7351128870884349389e157c55299fc61a14a56c20f0279191c57f32d987
|
File details
Details for the file django_iris-0.1.12b2-py3-none-any.whl.
File metadata
- Download URL: django_iris-0.1.12b2-py3-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca88f0d68a616833d3bb510cff16b8d9259ac1457aa61782483966b375b0bf2c
|
|
| MD5 |
6d9180533a718d506fc386378aca195a
|
|
| BLAKE2b-256 |
bee4c851503f47d0e8ca894163168998b0175954cf81a9468456d67569ab28be
|