MVP of the weblinks app

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-07-01 15:43:15 -04:00
parent f9e539f25c
commit 596b5ccf67
16 changed files with 706 additions and 1 deletions

View File

@@ -129,6 +129,7 @@ INSTALLED_APPS = (
'mayan.apps.sources',
'mayan.apps.storage',
'mayan.apps.tags',
'mayan.apps.weblinks',
# Placed after rest_api to allow template overriding
'drf_yasg',
)