Home Applications django-iris

django-iris

InterSystems does not provide technical support for this project. Please contact its developer for the technical assistance.
0
0 reviews
3
Awards
785
Views
0
IPM installs
4
4
Details
Releases (1)
Reviews
Awards (3)
Issues
Articles (3)
InterSystems IRIS backend for Django

What's new in this version

Initial Release

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',
    },
}
Last checked by moderator
27 Jan, 2026Works
Made with
Version
0.1.020 Feb, 2022
Ideas to the app
Category
Developer Environment
Works with
InterSystems IRISInterSystems IRIS for Health
First published
20 Feb, 2022
Last edited
20 Feb, 2022