Updating "gateways tutorial" -> "custom ui tutorial"
1 file changed
tree: 761dbdd13e49686ca0da8b1ec963b5b6e03553d4
  1. {{cookiecutter.project_slug}}/
  2. cookiecutter.json
  3. README.md
README.md

Custom Airavata Django App Cookiecutter

Quickstart

Install the latest Cookiecutter if you haven't installed it yet:

pip install --user -U cookiecutter

Generate a custom Django app that works with the Airavata Django Portal

cookiecutter https://github.com/machristie/cookiecutter-airavata-django-app.git

Then see the README.md in the generated project folder for instructions on how to install your custom Django app into an Airavata Django Portal instance.