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
if you forget ,,this will happen,it's weird
,
wrong example: need a ,
INSTALLED_APPS = [ 'rest_framework' 'django.contrib.contenttypes', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', ]