4👍
Just ran into this same error, the six
import error is being caused by an incompatible version of django-mptt
. This should do the trick:
$ pip install django-mptt==0.5.2
Source:stackexchange.com
4👍
Just ran into this same error, the six
import error is being caused by an incompatible version of django-mptt
. This should do the trick:
$ pip install django-mptt==0.5.2