URL config
URL patterns of the django-helmholtz-aai to be included via:
from django.urls import include, path
urlpatters = [
path("helmholtz-aai/", include("django_helmholtz_aai.urls")),
]
Data:
App name for the django-helmholtz-aai to be used in calls to |
|
urlpattern for the Helmholtz AAI . |
- django_helmholtz_aai.urls.app_name = 'django_helmholtz_aai'
App name for the django-helmholtz-aai to be used in calls to
django.urls.reverse()
- django_helmholtz_aai.urls.urlpatterns: List[Any] = [<URLPattern 'login/' [name='login']>, <URLPattern 'auth/' [name='auth']>, <URLPattern 'link_user/<new_uidb64>/' [name='link_user']>, <URLPattern 'link_user/<new_uidb64>/done/' [name='link_user_done']>, <URLPattern 'link_user/<new_uidb64>/<uidb64>/<token>/' [name='link_user_confirm']>]
urlpattern for the Helmholtz AAI .. code-block:: JavaScript
[ <URLPattern ‘login/’ [name=’login’]>, <URLPattern ‘auth/’ [name=’auth’]>, <URLPattern ‘link_user/<new_uidb64>/’ [name=’link_user’]>, <URLPattern ‘link_user/<new_uidb64>/done/’ [name=’link_user_done’]>, <URLPattern ‘link_user/<new_uidb64>/<uidb64>/<token>/’ [name=’link_user_confirm’]>, ]