def _get_url_home()

in airavata_django_portal_commons/dynamic_apps/context_processors.py [0:0]


def _get_url_home(app_config):
    """Get named URL of home page of app."""
    if hasattr(app_config, "url_home"):
        return app_config.url_home
    else:
        return _get_default_url_home(app_config)