Skip to content
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

Incompatible with Django 1.9 #17

Closed
RevolutionTech opened this issue Dec 23, 2015 · 2 comments
Closed

Incompatible with Django 1.9 #17

RevolutionTech opened this issue Dec 23, 2015 · 2 comments

Comments

@RevolutionTech
Copy link
Collaborator

Django 1.7 deprecated django.utils.importlib and Django 1.9 dropped it.

Traceback (most recent call last):
  File "manage.py", line 5, in <module>
    import cbsettings
  File "/home/vagrant/.virtualenvs/flamingo/local/lib/python2.7/site-packages/cbsettings/__init__.py", line 2, in <module>
    from django.utils.importlib import import_module
ImportError: No module named importlib

I'm about to shoot you a pull request.

@agconti
Copy link

agconti commented Dec 31, 2015

+1

@RevolutionTech
Copy link
Collaborator Author

Merged in pull request.

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

No branches or pull requests

2 participants