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