forked from TDTP/admin_transporte_backend
6 lines
176 B
Python
6 lines
176 B
Python
![]() |
from django.shortcuts import render
|
||
|
from api.views.dispositivo import DispositivoViewSet
|
||
|
|
||
|
# Create your views here.
|
||
|
class DispositivoPublicViewSet(DispositivoViewSet):
|
||
|
pass
|