devicehub-django/snapshot/views.py
Cayo Puigdefabregas 26589b1ee5 modify snapshots
2024-07-01 12:17:23 +02:00

12 lines
305 B
Python

# from django.shortcuts import render
# from rest_framework import viewsets
# from snapshot.models import Snapshot
# from snapshot.serializers import SnapshotSerializer
# class SnapshotViewSet(viewsets.ModelViewSet):
# queryset = Snapshot.objects.all()
# serializer_class = SnapshotSerializer