© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
A simple template to start working with django and IRIS.
Clone/git pull the repo into any local directory
git clone https://github.com/grongierisc/django-iris-template
Open the terminal in this directory and run:
docker-compose build
Run the IRIS container with your project:
docker-compose up -d
Open a browser and go to http://localhost:8000/admin
Login with the following credentials:
username: admin
password: admin
Open a browser and go to http://localhost:8000/api