fnp
/
cas.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
7584fc18e9418f4eb2110fabdac34fa77f7f4d02
[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
]