Django 3 has dropped support for Python 2 and therefore removed [Python 2 compatability API](https://docs.djangoproject.com/en/3.0/releases/3.0/). So now import errors are produced. ` ImportError: cannot import name 'python_2_unicode_compatible' from 'django.utils.encoding'`