enabled custom serializers in my_ endpoints

This commit is contained in:
Sam
2021-02-09 12:04:47 +00:00
parent d0deec9417
commit a5979b9373
8 changed files with 15 additions and 18 deletions

View File

@@ -1,5 +1,4 @@
from django.shortcuts import render
from django.core import serializers
# Create your views here.
from rest_framework import viewsets