docker not pulling version 4.0.0 #337
Answered
by
rgs258
Jitendra1965
asked this question in
Q&A
-
I tried to migrate from version 3.0.0 which works fine for my app but when I tried to change it to the latest version 4.0.0 in my django app running in a docker container, I get the error message " Module django_recaptcha not found" even though it was in the requirements.txt file. I changed back to the previous version, which works fine. |
Beta Was this translation helpful? Give feedback.
Answered by
rgs258
Nov 27, 2023
Replies: 1 comment 3 replies
-
@Jitendra1965 this is tricky to help you with unless you gave more details – what does something like |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it might be a typo in your INSTALLED_APPS,
django-recaptcha
instead ofdjango_recaptcha