Skip to content

Conversation

sousatg
Copy link

@sousatg sousatg commented Oct 15, 2021

Add migrations
Fix issues from Django1 to Django3
Fix issues from Python2 to Python3

Django3 has a compatibility issue, in order to fix it it's recomended to replace django.utils with
six
Python2 allowed dictionary size change in iteration, to allow that in Python3 we need to wrap it in
list()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant