ModuleNotFoundError: No module named 'rest_framework'
Closed this issue · 1 comments
Codewith-ARK commented
TharunBalaji2004 commented
@Codewith-ARK Encountered the same issue, solved it by installing all packages mentioned in requirements.txt
Just run this command pip install -r requirements.txt
in main project directory