melinath / django-daguerre

On-the-fly image manipulation for Django.
http://django-daguerre.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
85 stars 15 forks source link

Management commands do not work with Django 1.7 #67

Closed hamole closed 9 years ago

hamole commented 9 years ago

Running ./manage.py daguerre clean under Django 1.7 returns the error

ImportError: cannot import name find_management_module

Suspect it is the same issue as https://github.com/tomchristie/django-pdb/issues/20

melinath commented 9 years ago

I'll be cutting a new release with this fix momentarily. :-)

melinath commented 9 years ago

And done.

hamole commented 9 years ago

Perfect, thanks for the quick fix.