Esempio n. 1
0
def norma_upload_path(instance, filename):
    return texto_upload_path(instance, filename, subpath=instance.ano)
Esempio n. 2
0
def anexo_upload_path(instance, filename):
    return texto_upload_path(instance, filename, subpath=instance.materia.ano)
Esempio n. 3
0
def foto_upload_path(instance, filename):
    return texto_upload_path(instance, filename, subpath='')
Esempio n. 4
0
def anexo_upload_path(instance, filename):
    return texto_upload_path(instance,
                             filename,
                             subpath='anexo',
                             pk_first=True)
Esempio n. 5
0
def pauta_upload_path(instance, filename):
    return texto_upload_path(instance,
                             filename,
                             subpath='pauta',
                             pk_first=True)
Esempio n. 6
0
def ata_upload_path(instance, filename):
    return texto_upload_path(instance, filename, subpath='ata')
Esempio n. 7
0
def anexo_upload_path(instance, filename):
    return texto_upload_path(instance, filename, subpath='anexo')
Esempio n. 8
0
def ata_upload_path(instance, filename):
    return texto_upload_path(instance, filename, subpath='ata')