Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility Issue Between django-jazzmin and django-admin-site-search #24

Closed
talebSleiman opened this issue May 8, 2024 · 1 comment

Comments

@talebSleiman
Copy link

When using django-jazzmin and django-admin-site-search together, a critical compatibility issue arises, impacting the functionality and user experience of the Django admin interface. Notably, the search button is missing from the admin panel, depriving users of essential navigation tools, while attempts to initiate search via ctrl + k result in layout distortions within the django-admin-site-search interface, impeding readability and usability.

@ahmedaljawahiry
Copy link
Owner

Can't say I've ever used django-jazzmin but, at a glance, I'm not surprised. The templates here assume the default Django admin, otherwise it's down to you to tweak things as required.

In the end, there's a view and a couple of templates that need inserting somewhere in your admin site. I'd try to extend jazzmin's admin and see if it's possible to add these templates somewhere that has little impact on the rest of the site. Worst case scenario, you could re-implement the html/JS in a way that fits in with jazzmin.

If there's any general changes that would make things easier to customise, let me know 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants