Ask Your Question
3

Would it be advisable to utilize python virtualenv when working with Django and docker?

asked 2021-06-24 11:00:00 +0000

woof gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-07-09 19:00:00 +0000

bukephalos gravatar image

Yes, it is advisable to use Python virtualenv when working with Django and Docker. This is because virtualenv allows you to create an isolated Python environment, which helps to reduce conflicts and ensure that your application runs smoothly. Docker also works well with virtualenv as it can help to manage dependencies and ensure that your application runs consistently across different environments.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-06-24 11:00:00 +0000

Seen: 8 times

Last updated: Jul 09 '22