Open daironigr opened 4 years ago
python_2_unicode_compatible is not available on Django 3, you should use from six import python_2_unicode_compatible instead of from django.utils.six import python_2_unicode_compatible on django_facebook/models.py
python_2_unicode_compatible is not available on Django 3, you should use from six import python_2_unicode_compatible instead of from django.utils.six import python_2_unicode_compatible on django_facebook/models.py