-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
urls.py , views.py need some changes to support Django > 3.2 #14
Comments
It seems 9e4cdea already made the change. However that solution didn't work in my case. So I try this: Tivix/django-rest-auth#659 Then had another issue with djide/views.py which is addressed by:
Then
Then
Then when editing a file:
Then when saving changes:
https://stackoverflow.com/questions/28583565/str-object-has-no-attribute-decode-python-3-error
Then
https://stackoverflow.com/questions/30418481/error-dict-object-has-no-attribute-iteritems
|
I'm getting this error when trying to add django-ide to a project.
This is probably a simple fix per this thread:
https://stackoverflow.com/questions/19962736/django-import-error-no-module-named-django-conf-urls-defaults
The text was updated successfully, but these errors were encountered: