Fix Django Grappelli Dropdown actions() not found / exists
I found this issues already there quite sometimes. When opening Django admin Grappelli and found error: $(“tr input.action-select”).actions(); Here are checklist we should do: 1. Make sure we have right order in loading django-grappelli before `django.contrib.admin` 2. Correct STATICFILES_FINDERS : 1234567# List of finder classes that know how to find static files in # various …