django-iris-template
0
0
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
Initial Release