Skip to content

Commit

Permalink
added get_object_or_404
Browse files Browse the repository at this point in the history
  • Loading branch information
bpbrianpark committed Nov 17, 2023
1 parent f206b4d commit 827dc36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/vehicle/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from rest_framework import generics, status
from rest_framework.response import Response
from rest_framework.views import APIView
from rest_framework.generics import get_object_or_404

from .models import (
Brand, Equipment, Supplier, Trailer, Type, UnitImage, Vehicle)
Expand Down

0 comments on commit 827dc36

Please sign in to comment.