Django Hit Count ImportError
问题 I am trying to use the django hitcount, and I am following the only tutorial out there for it https://django-hitcount.readthedocs.io/en/latest/installation.html, and I am getting stuck on step 2--adding hitcount to the list of installed apps. When I do that, and try and run the server, I get the following error: ImportError: cannot import name 'python_2_unicode_compatible' from 'django.utils.encoding' settings.py INSTALLED_APPS = [ 'hitcount', 'auctionitem.apps.AuctionitemConfig', 'blog.apps