tree: 14017e16b8c7210200fd1c0fad71b32cb965e347 [path history] [tgz]
  1. {{cookiecutter.project_slug}}/
  2. .gitignore
  3. MANIFEST.in
  4. pyproject.toml
  5. README.md
  6. setup.cfg
  7. setup.py
{{cookiecutter.project_slug}}/README.md

{{ cookiecutter.project_name }}

Getting Started

  1. Follow the instructions for installing the Airavata Django Portal

  2. With the Airavata Django Portal virtual environment activated, clone this repo and install it into the portal's virtual environment

    cd {{ cookiecutter.project_slug }}
    pip install -e .
    
  3. Start (or restart) the Django Portal server.