jonasundderwolf / django-image-cropping

Django helper application to easily and non-destructively crop arbitrarily large images in admin and frontend.
Other
552 stars 131 forks source link

Django 3.0 compatibility #136

Closed Mogost closed 4 years ago

Mogost commented 4 years ago

Error occured:

ImportError: cannot import name 'admin_static'

https://docs.djangoproject.com/en/dev/releases/3.0/

The staticfiles and admin_static template tag libraries are removed.

saemideluxe commented 4 years ago

Same problem, just wrote a small patch.

Mogost commented 4 years ago

@saemideluxe fast)