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.10b1.tar.gz
(9.6 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.10b1.tar.gz.
File metadata
- Download URL: django-iris-0.1.10b1.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17bdb8044df8f72686c5e6165b47c9f9ae0100b47f2d56dd7d686bed846f5088
|
|
| MD5 |
8a1f84c2b082b7bd53b1b6faa5ee21a4
|
|
| BLAKE2b-256 |
8f077c9852b83dd4e29738eb49e1be7c04025f07002e1c099f440a39741de9a7
|
File details
Details for the file django_iris-0.1.10b1-py3-none-any.whl.
File metadata
- Download URL: django_iris-0.1.10b1-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88a359660acbed73c56043532e9a5e20511c1c91d394f7298b9bac38b1ae5741
|
|
| MD5 |
684a2648fe0489fae1fce046eed342c8
|
|
| BLAKE2b-256 |
f4ed79cf62712cd2fe3e400c5d6107b3081e0b37d23fa200f226b0c5c4899c94
|