matthewwithanm / django-imagekit

Automated image processing for Django. Currently v4.0
http://django-imagekit.rtfd.org/
BSD 3-Clause "New" or "Revised" License
2.26k stars 276 forks source link

ImportError: cannot import name 'autodiscover' #476

Closed ghost closed 1 year ago

ghost commented 5 years ago

Get this issue (ImportError: cannot import name 'autodiscover') when trying to migrate.

pip freeze:

Django==2.0.8 django-appconf==1.0.2 django-imagekit==4.0.2 imagekit==1.0.6 pilkit==2.0 Pillow==5.2.0 psycopg2-binary==2.7.5 pytz==2018.5 six==1.11.0

vstoykov commented 5 years ago

Can you send the whole traceback?

vstoykov commented 1 year ago

I'm closing the issue because of inactivity