You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am successfully running a django web application in a docker. But when I added django-user-visit dependencies as well as configuration in settings.py , I get the following error when I run docker: ModuleNotFoundError: No module named 'user_visitdjango'. I am positive, docker installed the django-user-visit dependency which is included in the requirements.txt.
Any clue what might be causing this issue?
The text was updated successfully, but these errors were encountered:
I am successfully running a django web application in a docker. But when I added
django-user-visit
dependencies as well as configuration insettings.py
, I get the following error when I run docker:ModuleNotFoundError: No module named 'user_visitdjango'
. I am positive, docker installed thedjango-user-visit
dependency which is included in therequirements.txt.
Any clue what might be causing this issue?
The text was updated successfully, but these errors were encountered: