farridav / django-jazzmin

Jazzy theme for Django
https://django-jazzmin.readthedocs.io
MIT License
1.64k stars 284 forks source link

unknown templatetags #442

Open kakulukia opened 2 years ago

kakulukia commented 2 years ago

Hi,

when i compile all uses SASS files in known templates via django-compressor i get those errors:

Error parsing template /site-packages/jazzmin/templates/admin/filer/file/change_form.html: 'filer_admin_tags' is not a registered tag library. Must be one of: Invalid template /site-packages/jazzmin/templates/admin/filer/tools/detail_info.html: 'filer_admin_tags' is not a registered tag library. Must be one of: Invalid template /site-packages/jazzmin/templates/admin/filer/folder/directory_listing.html: 'filer_admin_tags' is not a registered tag library. Must be one of: Invalid template /site-packages/jazzmin/templates/admin/import_export/import.html: 'import_export_tags' is not a registered tag library. Must be one of: Invalid template /site-packages/jazzmin/templates/admin/filer/change_form.html: 'filer_admin_tags' is not a registered tag library. Must be one of: Invalid template /site-packages/jazzmin/templates/admin/filer/folder/change_form.html: 'filer_admin_tags' is not a registered tag library. Must be one of: Invalid template /site-packages/jazzmin/templates/admin/import_export/export.html: 'import_export_tags' is not a registered tag library. Must be one of: Error parsing template /site-packages/jazzmin/templates/admin/filer/image/change_form.html: 'filer_admin_tags' is not a registered tag library. Must be one of: Invalid template /site-packages/jazzmin/templates/admin/mptt_filter.html: 'mptt_admin' is not a registered tag library. Must be one of:

Having a deeper look and doing some research jazzmin obviously support the usage of django-filer, django-import-export and django-mptt specific details, but this is not mentioned in any way in the docs.

I did use mptt some years ago, but the others i didnt know until now. Why not have a section in the docs telling people about the existence of those supported admin features?

open-risk commented 1 year ago

I am getting the mptt_admin error when using treebeard. Is this just a documentation issue?