1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

Clean seaserv

This commit is contained in:
plt
2012-07-26 11:32:52 +08:00
parent 5299aa392e
commit fa11fc6af6
5 changed files with 5 additions and 276 deletions

View File

@@ -2,7 +2,7 @@ from django.conf.urls.defaults import *
from django.conf import settings
from django.views.generic.simple import direct_to_template
from seahub.views import root, peers, myhome, \
from seahub.views import root, myhome, \
repo, repo_history, modify_token, remove_repo, sys_seafadmin, sys_useradmin, \
org_seafadmin, org_useradmin, org_group_admin, org_remove, \
activate_user, user_add, user_remove, sys_group_admin, sys_org_admin, \