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