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.15b2.tar.gz
(11.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.15b2.tar.gz.
File metadata
- Download URL: django-iris-0.1.15b2.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c9e269b1c982c693f171c4121ebd3e152b5bfdc34f29fa3d2a4108cb84f4469
|
|
| MD5 |
98fbad4841e0fa11f4c3a98b39e9472f
|
|
| BLAKE2b-256 |
8ab953550968729828465ac12478dfd25628594ad3ebdba79ca12af0080c3b47
|
File details
Details for the file django_iris-0.1.15b2-py3-none-any.whl.
File metadata
- Download URL: django_iris-0.1.15b2-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c781e139989b88a6d6373e9af9056334295e46e0e387ced41947df9fa4248661
|
|
| MD5 |
3de5ce827fdcd86e7e01d94321786556
|
|
| BLAKE2b-256 |
27711fe071f1985b82198dadb7c1c06a0e239649b72278aab61415c3c6e6a297
|