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
First installing the framework globally on the system solved my problem.
machine@debian:/$ sudo pip install djangorestframework or; root@debian:/# pip install djangorestframework