django_twc_toolbox.urls

Module Contents

Functions

Data

API

django_twc_toolbox.urls.reverse(viewname: collections.abc.Callable[..., django.http.HttpResponse] | str | None, urlconf: str | None = None, args: collections.abc.Sequence[object] | None = None, kwargs: dict[str, object] | None = None, current_app: str | None = None, query: collections.abc.Mapping[str, str | bytes | int | collections.abc.Iterable[str | bytes | int]] | collections.abc.Iterable[tuple[str, str | bytes | int | collections.abc.Iterable[str | bytes | int]]] | None = None, fragment: str | None = None) str
django_twc_toolbox.urls.reverse_lazy

‘lazy(…)’