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

Add groupadmin feature

This commit is contained in:
xiez
2012-05-26 20:52:53 +08:00
parent 35aefe608d
commit a75e3b699d
8 changed files with 113 additions and 108 deletions

View File

@@ -8,7 +8,7 @@ from seahub.views import root, peers, myhome, \
ownerhome, remove_fetched_repo, repo_history_dir, \
user_info, repo_set_access_property, repo_access_file, \
repo_add_share, repo_list_share, repo_remove_share, repo_download, \
seafile_access_check, back_local
seafile_access_check, back_local, group_admin
# Uncomment the next two lines to enable the admin:
#from django.contrib import admin
@@ -59,6 +59,7 @@ urlpatterns = patterns('',
(r'^avatar/', include('avatar.urls')),
(r'^contacts/', include('contacts.urls')),
(r'^group/', include('seahub.group.urls')),
url(r'^groupadmin/$', group_admin, name='group_admin'),
(r'^profile/', include('seahub.profile.urls')),
(r'^share/', include('share.urls')),