1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 07:08:55 +00:00

Enable setting of token in seahub

This commit is contained in:
plt
2011-10-18 15:41:48 +08:00
parent 3c9b48fea7
commit 4ed7533d6c
14 changed files with 160 additions and 4 deletions

View File

@@ -2,5 +2,7 @@ from django.conf.urls.defaults import *
urlpatterns = patterns('profile.views',
url(r'^$', 'show_profile'),
url(r'^ccnet/$', 'get_ccnet_profile'),
url(r'^edit/$', 'set_profile', name="profile_setting"),
url(r'^edit/ccnet/$', 'set_ccnet_profile', name="ccnet_profile_setting"),
)