Skip to content
Snippets Groups Projects
Verified Commit 95fd5b8e authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Disable bundled jQuery in django-image-cropping

parent 315f175d
No related branches found
No related tags found
1 merge request!809Resolve "Add avatar field to Person and Group"
Pipeline #44370 passed with warnings
......@@ -928,5 +928,7 @@ THUMBNAIL_PROCESSORS = (
"image_cropping.thumbnail_processors.crop_corners",
) + thumbnail_settings.THUMBNAIL_PROCESSORS
IMAGE_CROPPING_JQUERY_URL = None
# Add django-cleanup after all apps to ensure that it gets all signals as last app
INSTALLED_APPS.append("django_cleanup.apps.CleanupConfig")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment