I\'ve installed django rest framework using pip install djangorestframework yet I still get this error when I run \"python3 manage.py sycndb\":
pip install djangorestframework
Also, check for the possibility of a tiny typo:
It's rest_framework with an underscore (_) in between!
rest_framework
_
Took me a while to figure out that I was using a dash instead...