[Django]-Django Rest_Framework strange error can't import name SkippError

4👍

If there’s no missprint – there’s some dependencies missing. Create isolated virtualenv and install django and djangorestframework (maybe that’s the problem you typed pip install django_rest_framework instead of djangorestframework).

👤Mikey

Leave a comment