This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
authentic2-idp-ltpa/authentic2_idp_ltpa/urls.py

6 lines
134 B
Python

from django.conf.urls import patterns, url
urlpatterns = patterns('authentic2_idp_ltpa.views',
url('^idp/ltpa/$', 'ltpa'),
)