URL config

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

from django.urls import include, path

urlpatters = [
    path(
        "mde-core",
        include("mde_core.urls"),
    ),
]

Data:

app_name

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

urlpatterns

urlpattern for the Helmholtz AAI

mde_core.urls.app_name = 'mde_core'

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

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

urlpattern for the Helmholtz AAI