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.1b2.tar.gz
(60.1 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.2.1b2.tar.gz.
File metadata
- Download URL: django-iris-0.2.1b2.tar.gz
- Upload date:
- Size: 60.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c8e4a1f8e56ee5b35c0064fa394fca934ee1c4ea61cefa90e0a93d51e219a4b
|
|
| MD5 |
fab7e70a31912117fdad71f560bdf7ed
|
|
| BLAKE2b-256 |
ffa1baa86deecb5166e30b2746e8a8b5768c2254b616dca94f9fb8826dc6ddb9
|
File details
Details for the file django_iris-0.2.1b2-py3-none-any.whl.
File metadata
- Download URL: django_iris-0.2.1b2-py3-none-any.whl
- Upload date:
- Size: 74.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 |
7a99481eefff9b347773518d0a38ffb48d7bb10e4ca2b1eb8068985132884a52
|
|
| MD5 |
0655354da8243bf0cbb55c31f48e480e
|
|
| BLAKE2b-256 |
655d319bbdb1f45c7d3c03e40b9c1cc7769897867f6e7a31a1306a7d762520cf
|