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?
I am successfully running a django web application in a docker. But when I added
django-user-visitdependencies 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-visitdependency which is included in therequirements.txt.Any clue what might be causing this issue?