URL config

URL patterns of the django-e2ee-framework to be included via:

from django.urls import include, path

urlpatters = [
    path(
        "django-e2ee-framework",
        include("django_e2ee.urls"),
    ),
]

Data:

app_name

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

django_e2ee.urls.app_name = 'e2ee'

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