mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-21 23:42:24 +02:00
4 lines
100 B
Python
4 lines
100 B
Python
from taiga.urls import *
|
|
urlpatterns += [
|
|
url(r"^oidc/", include("mozilla_django_oidc.urls")),
|
|
] |