[Django]-Serializer Import Error on Django Rest Framework

9👍

I had the same problem, for me upgrade the django rest solved the problem! I used this command

pip install djangorestframework --upgrade

Leave a comment