mattmakai / fullstackpython.com

Full Stack Python source with Pelican, Bootstrap and Markdown.
https://www.fullstackpython.com/
MIT License
2.88k stars 627 forks source link

Django-user-visit #277

Open Jitendra1965 opened 1 year ago

Jitendra1965 commented 1 year ago

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?