Closed CrimeMasterGogo0814 closed 6 months ago
Same here. Django is looking for the normal js, but only the minified one is collected.
... ups
Right! With DEBUG = True
the unminimized file is loaded, otherwise the minimized one.
Fixed in 2.2.1
for those looking for a solution to this, you need django>=4.2 and django-admin-sortable>=2.2.1 as it's fixed in this commit https://github.com/jrief/django-admin-sortable2/commit/5ea4352958ad85b98763f3ea889f8e91953b1c0d
adminsortable2.js file is missing in version 2.2 causing order to not work in admin