django-mongonaut
django-mongonaut copied to clipboard
Incompatible with django==1.9.2 -> ImportError: No module named importlib
Error trace
urlconf_module = import_module(urlconf_module)
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
File "/home/gaurav/work/proj/env/local/lib/python2.7/site-packages/mongonaut/urls.py", line 4, in <module>
from mongonaut import views
File "/home/gaurav/work/proj/env/local/lib/python2.7/site-packages/mongonaut/views.py", line 18, in <module>
from mongonaut.mixins import MongonautFormViewMixin
File "/home/gaurav/work/proj/env/local/lib/python2.7/site-packages/mongonaut/mixins.py", line 6, in <module>
from django.utils.importlib import import_module
ImportError: No module named importlib
Is there any update on when a resolution might be expected here? I'm interested in trying out the tool, but at the moment it's a non-starter due to this issue.
This ticket might help, I'm not sure thought: https://github.com/jazzband/django-mongonaut/issues/97