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