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?
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?