Format api viewsets
This commit is contained in:
parent
ff187581c9
commit
d29e1d69d1
2 changed files with 30 additions and 21 deletions
|
|
@ -4,6 +4,7 @@
|
|||
from django.conf import settings
|
||||
from django.conf.urls import url, include
|
||||
from rest_framework import routers
|
||||
|
||||
from .viewsets import ContentTypeViewSet, UserViewSet
|
||||
|
||||
# Routers provide an easy way of automatically determining the URL conf.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue