Add first set of document signatures API views
Add list, create, detail and edit API views for detached and embedded signatures. Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -42,6 +42,7 @@ logger = logging.getLogger(__name__)
|
||||
class DocumentSignaturesApp(MayanAppConfig):
|
||||
app_namespace = 'signatures'
|
||||
app_url = 'signatures'
|
||||
has_rest_api = True
|
||||
has_tests = True
|
||||
name = 'mayan.apps.document_signatures'
|
||||
verbose_name = _('Document signatures')
|
||||
|
||||
Reference in New Issue
Block a user