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).
Source:stackexchange.com