diff --git a/biscuit/core/settings.py b/biscuit/core/settings.py index bea915b78ff750e43b72c67d21374c55d1dbe13e..dd5bba44c6f3e86f3f83414f9361edcaea705085 100644 --- a/biscuit/core/settings.py +++ b/biscuit/core/settings.py @@ -119,6 +119,9 @@ THUMBNAIL_PROCESSORS = ( 'image_cropping.thumbnail_processors.crop_corners', ) + thumbnail_settings.THUMBNAIL_PROCESSORS +# Already included by base template / Bootstrap +IMAGE_CROPPING_JQUERY_URL = None + WSGI_APPLICATION = 'biscuit.core.wsgi.application'