Django Rest Framework — no module named rest_framework. Rest_framework is installed and venv is active

122 Views Asked by At

I clone repository from github on my second computer, runserver does works but when typing

python manage.py makemigrations

Bash notice about 'no module name rest_framework'

This situation is a second time. Lately I install again rest_framework but then I had install other modules. Finally I create new project but now I want resolve this problem.

my code an installed dependencies

0

There are 0 best solutions below