You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
konova/intervention
mipel 3c9d73533f #18 File upload in certain folders
* refactors documents and file upload to be distributed into different subfolders, depending on the type of document (InterventionDocument, RevocationDocument, ...)
* refactors Document model into AbstractDocument
* subclasses RevocationDocument, InterventionDocument, COmpensationDocument, EmaDocument and EcoAccountDocument from AbstractDocument to provide proper functionality for each
* adds new specialized routes for each new document type (opening, removing)
* drops generic get and remove routes for documents
3 years ago
..
templates/intervention/detail #18 File upload in certain folders 3 years ago
__init__.py Initial 3 years ago
admin.py #18 File upload in certain folders 3 years ago
apps.py Initial 3 years ago
filters.py Intervention model refactoring 3 years ago
forms.py #18 File upload in certain folders 3 years ago
models.py #18 File upload in certain folders 3 years ago
settings.py Initial 3 years ago
tables.py [Intervention] Revocations files optional #4 3 years ago
tests.py Initial 3 years ago
urls.py #18 File upload in certain folders 3 years ago
views.py #18 File upload in certain folders 3 years ago