示例#1
0
def get_user_file_path(instance, filename):
    return get_file_path(instance, filename, "user")
示例#2
0
def get_project_logo_file_path(instance, filename):
    return get_file_path(instance, filename, "project")
示例#3
0
def get_project_logo_file_path(instance, filename):
    return get_file_path(instance, filename, "project")
示例#4
0
def get_attachment_file_path(instance, filename):
    return get_file_path(instance, filename, "attachments")
示例#5
0
def get_milestone_file_path(instance, filename):
    return get_file_path(instance, filename, "milestone")
示例#6
0
def get_attachment_file_path(instance, filename):
    return get_file_path(instance, filename, "attachments")