URL config

URL patterns of the mde-thredds to be included via:

from django.urls import include, path

urlpatters = [
    path(
        "mde-thredds",
        include("mde_thredds.urls"),
    ),
]

Data:

app_name

App name for the mde-thredds to be used in calls to django.urls.reverse()

urlpatterns

urlpattern for the Helmholtz AAI

mde_thredds.urls.app_name = 'mde_thredds'

App name for the mde-thredds to be used in calls to django.urls.reverse()

mde_thredds.urls.urlpatterns: list[Any] = []

urlpattern for the Helmholtz AAI