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.3b1.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.3b1-py3-none-any.whl
(134.9 kB
view details)
File details
Details for the file django-iris-0.2.3b1.tar.gz.
File metadata
- Download URL: django-iris-0.2.3b1.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 |
28f93cb7b026d57466acf32ad527a4d63eae22a84abecd45ed0e2d163f7a943f
|
|
| MD5 |
5a8d15afe01d6a45ae26ebe52d5fb6b3
|
|
| BLAKE2b-256 |
8b3ef9521ced21abfdad32d14b52173b2358019738a10c70eb77ea7243a7ab60
|
File details
Details for the file django_iris-0.2.3b1-py3-none-any.whl.
File metadata
- Download URL: django_iris-0.2.3b1-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 |
592e4398952c556c486352a75254aa809f215ab89619dd2159f98c8074d5558e
|
|
| MD5 |
cc5e170a1247d1657bc006f61884be39
|
|
| BLAKE2b-256 |
6a7c8fb41957f0d89ac6700b3d7669bd06fc5fbf1edb46f93688ec4e8d8a4342
|