3c9d73533f
* 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 |
||
---|---|---|
.. | ||
templates/intervention/detail | ||
__init__.py | ||
admin.py | ||
apps.py | ||
filters.py | ||
forms.py | ||
models.py | ||
settings.py | ||
tables.py | ||
tests.py | ||
urls.py | ||
views.py |