You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason from django.utils.encoding import python_2_unicode_compatible gives me error (in /jet/models.py).
I had to change to from six import python_2_unicode_compatible
The text was updated successfully, but these errors were encountered:
For some reason
from django.utils.encoding import python_2_unicode_compatible
gives me error (in /jet/models.py).I had to change to
from six import python_2_unicode_compatible
The text was updated successfully, but these errors were encountered: