Globus Portal Framework is a collection of tools for quickly bootstrapping a portal for Globus Search. Use the guide below to get your portal running with Globus Auth and your custom search data. After that, you can make your data more accessible with Globus Transfer, or extend it how you want with your custom workflow.
You can install Django Globus Portal Framework using Pip:
pip install django-globus-portal-framework
For our latest development version, you can install the pre-release
pip install -U --pre django-globus-portal-framework
See the Read The Docs page.