ImportError: cannot import name ‘python_2_unicode_compatible’ from ‘django.utils.encoding’ in building docker
I’m new to learning docker and django. I’ve tried to dockerize an existing django project for adding MySQL database and command “runserver”. After changing requirements.txt for dependecy conflict, my “runserver” container is running, but I can’t see the app on my local.
Here is my traceback: