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
I think it's possible to make the library compatible with Python2, there's just a call to a super to be changed and the rest of the code seems to be ok. I tried it in a Django application written in Python2 and seems to be working fine.
I think it's possible to make the library compatible with Python2, there's just a call to a
superto be changed and the rest of the code seems to be ok. I tried it in a Django application written in Python2 and seems to be working fine.