devicehub-django/snapshot/views.py

12 lines
305 B
Python
Raw Normal View History

2024-06-12 07:32:49 +00:00
# from django.shortcuts import render
2024-07-01 10:17:23 +00:00
# from rest_framework import viewsets
# from snapshot.models import Snapshot
# from snapshot.serializers import SnapshotSerializer
2024-06-12 07:32:49 +00:00
2024-07-01 10:17:23 +00:00
# class SnapshotViewSet(viewsets.ModelViewSet):
# queryset = Snapshot.objects.all()
# serializer_class = SnapshotSerializer
2024-06-12 07:32:49 +00:00