feat: add user management viewset and sync module to API routes

This commit is contained in:
2026-04-04 17:44:05 -03:00
parent 645a5b4093
commit 6c4e95e579
13 changed files with 328 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ INSTALLED_APPS = [
'balcao',
'orders',
'login',
'sync',
'django_extensions',
'pwa',
'rest_framework',