import tool first implementation

This commit is contained in:
Eduardo Silva 2024-07-10 10:18:29 -03:00
parent 931a047d09
commit f366e2cd69
14 changed files with 314 additions and 0 deletions

View file

@ -48,6 +48,7 @@ INSTALLED_APPS = [
'integration_manager',
'routerfleet_tools',
'message_center',
'import_tool'
]
MIDDLEWARE = [