tschellenbach / Django-facebook

Facebook open graph api implementation using the Django web framework in python
http://www.mellowmorning.com/
Other
1.43k stars 543 forks source link

cannot import name 'python_2_unicode_compatible' from 'django.utils.encoding' #618

Open daironigr opened 4 years ago

daironigr commented 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