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.0b1.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.0b1.tar.gz.
File metadata
- Download URL: django-iris-0.2.0b1.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 |
21efc7b8f47ac30d305374259af7fc056e6ad8666a8c9c124481e4ae60f5e0a1
|
|
| MD5 |
1d420dd555511905ed0a3ee3087cb9b9
|
|
| BLAKE2b-256 |
7f08ac8a36fa5cbb82b770098165e854731b04dd848d537890f6971e542a8bb1
|
File details
Details for the file django_iris-0.2.0b1-py3-none-any.whl.
File metadata
- Download URL: django_iris-0.2.0b1-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 |
2420be3938f1a7883e876c09c7468f872ea242907d4f0dc41186b4c2af5682b5
|
|
| MD5 |
a2884b6fd5bba165c61f6bdd4a4b5025
|
|
| BLAKE2b-256 |
47a6e6f4d6418da09c7473e0f19020eaa8731170907089b93cdb0884135050db
|