fnp
/
cas.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
OIDC support.
[cas.git]
/
src
/
accounts
/
urls.py
1
from django.conf.urls import url
2
from . import views
3
4
5
urlpatterns = [
6
url(r'^$', views.ProfileView.as_view(), name='accounts_profile'),
7
]