Apache airavata

Clone this repo:

Branches

  1. 6339f70 AIRAVATA-3649 Adding documentation link by Marcus Christie · 1 year, 7 months ago main
  2. 3d256c5 Adding queue_settings_calculators.py boilerplate by Marcus Christie · 1 year, 8 months ago
  3. 6de79ba Handle hyphens in project name when creating class name by Marcus Christie · 2 years, 4 months ago
  4. 215d573 version upgrade by Marcus Christie · 2 years, 8 months ago
  5. aedc492 Updating "gateways tutorial" -> "custom ui tutorial" by Marcus Christie · 2 years, 10 months ago

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.