I\'ve models.py as follows,
models.py
from django.contrib.auth.models import User from django.db import models from django.utils.encoding import python_2_
try
from django.utils.six import python_2_unicode_compatible
instead of
from django.utils.encoding import python_2_unicode_compatible
this works well for me in Django 1.10.6