1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 10:58:33 +00:00

Rewrite get_user_starred_files, improved performance

This commit is contained in:
zhengxie
2013-08-30 15:15:18 +08:00
parent 8fa3162a72
commit b84cd16bb7
9 changed files with 461 additions and 230 deletions

View File

@@ -22,7 +22,8 @@ from seahub.views import get_repo_dirents
from seahub.views.repo import get_nav_path, get_fileshare, get_dir_share_link
import seahub.settings as settings
from seahub.signals import repo_created
from seahub.utils import check_filename_with_rename, star_file, unstar_file
from seahub.utils import check_filename_with_rename
from seahub.utils.star import star_file, unstar_file
# Get an instance of a logger
logger = logging.getLogger(__name__)