Serializer Device changed to have various device of the same machine

This commit is contained in:
fjrodriguez
2023-02-21 10:05:20 -06:00
parent 30f83d4eaa
commit a5c441f188
2 changed files with 20 additions and 2 deletions

View File

@@ -191,6 +191,9 @@ class Sistema_CreateView(CreateView):
========================= API Views
'''
class RegisterDeviceView(APIView):
permissions_classes = (permissions.AllowAny,)