Replies: 1 comment 1 reply
-
I found that this is a way to do it: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for this repo, some great insights for me on how things should be done!
I come from a non-Docker background, in which I used to run Django inside a python venv. If I wanted to interact with Django, for example creating a new app, I would activate the venv and then run commands in the terminal. How am I supposed to do that here? As far as I can see there is no venv here, as Docker kinda replaces that. Am I supposed to create a venv from the requirements.txt locally and then use that? Or is there a way to do this in the running Docker container?
Beta Was this translation helpful? Give feedback.
All reactions