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

management commands incompatible with Django<1.5 #23

Closed
szelga opened this issue Jul 23, 2013 · 1 comment
Closed

management commands incompatible with Django<1.5 #23

szelga opened this issue Jul 23, 2013 · 1 comment

Comments

@szelga
Copy link
Contributor

szelga commented Jul 23, 2013

it needs OutputWrapper class, which is present since django 1.5

  File "/home/szelga/soft/Projects/my_project/env/local/lib/python2.7/site-packages/djangojs/management/commands/js.py", line 9, in <module>
    from django.core.management.base import BaseCommand, handle_default_options, OutputWrapper
ImportError: cannot import name OutputWrapper
noirbizarre added a commit that referenced this issue Jul 23, 2013
@noirbizarre
Copy link
Owner

Thanks !

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