Split the documents/forms.py into sub modules for each logical unit: types, document, pages, versions. Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
5 lines
170 B
Python
5 lines
170 B
Python
from .document_forms import * # NOQA
|
|
from .document_page_forms import * # NOQA
|
|
from .document_type_forms import * # NOQA
|
|
from .document_version_forms import * # NOQA
|