Django Rest Framework — no module named rest_framework

You need to install django rest framework using pip3 (pip for python 3):

pip3 install djangorestframework

Instructions on how to install pip3 can be found here

Leave a Comment