heliport.unicore package
Subpackages
- heliport.unicore.migrations package
- Submodules
- heliport.unicore.migrations.0001_initial module
- heliport.unicore.migrations.0002_unicoreresource_heliport_project module
- heliport.unicore.migrations.0003_dbjob_dbstoragepath_delete_unicoreresource module
- heliport.unicore.migrations.0004_dbpathdir_dbpathfile_delete_dbstoragepath module
- Module contents
Submodules
heliport.unicore.admin module
Registers Django admin pages.
See django.contrib.admin.ModelAdmin
from Django documentation.
heliport.unicore.apps module
Django app configuration.
Some HELIPORT hooks can be registered in app config django.apps.AppConfig.ready()
.
See also Django documentation
heliport.unicore.conf module
heliport.unicore.decorators module
- heliport.unicore.decorators.require_content_type(content_type)
Decorator factory to ensure a request uses the correct Content-Type.
heliport.unicore.interface module
Module with special name “interface” hooks into HELIPORT.
Some functions and heliport.core.app_interaction.Module
subclasses are detected
by HELIPORT and control how HELIPORT uses this app.
Note that this module must be imported in __init__.py of the django app.
heliport.unicore.mixins module
heliport.unicore.models module
heliport.unicore.tests module
heliport.unicore.urls module
heliport.unicore.views module
Module contents
App to store metadata about and show results of unicore workflows.
The interface
module is imported to the top level of the package for HELIPORT app
interface discovery (see heliport.core.app_interaction.get_heliport_apps()
).