1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 16:36:15 +00:00

Add user id list in middleware, and do some related modifications

This commit is contained in:
xiez
2012-04-02 23:56:41 +08:00
parent 50fe2bb91a
commit 63530f01ef
12 changed files with 78 additions and 49 deletions

View File

@@ -6,4 +6,5 @@ urlpatterns = patterns('profile.views',
# url(r'^edit/$', 'set_profile', name="profile_setting"),
url(r'^edit/ccnet/$', 'set_ccnet_profile', name="ccnet_profile_setting"),
url(r'^download/$', 'download_profile', name="profile_download"),
url(r'userids/$', 'list_userids', name="list_userids")
)