4 lines
92 B
Python
4 lines
92 B
Python
from rest_framework import permissions, routers, viewsets
|
|
|
|
router = routers.DefaultRouter()
|