I was thinking to use a docker for django.
Since this docker image will be exclusive for a particular django project. Is it ok to just pip install everything in docker rather than creating a virtualenv and then install all the required django and related packages using pip?
So what is the best way and also safer way if someone want to stick to docker for django projects?