I had set up django in Docker, now I am trying to install pip packages , like rest_framework and added in installed apps too. but it throws ModuleNotFoundError: No module named 'rest_framework' , whats the generic way of installing the pip packages in existing dockerized django project
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/656cff9e-50f9-4d5a-bafc-05eaa99778d7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

