ModuleNotFoundError: No module named 'rest_framework'
404 views
Skip to first unread message
Durgesh Kshirsagar
unread,
Jun 13, 2022, 3:41:58 AM6/13/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django REST framework
Hello all,
I installed Django 4.04 and rest framework using pip. When I included rest_framework in installed apps section in settings.py I get error as ModuleNotFoundError: No module named 'rest_framework'.
Is there any compatibility issue with latest release?