[Answer]-In my my project when I installed django-filebrowser some conflicts happened, conflicts in style only not in any functions

1đź‘Ť

âś…

Grapelli and django-fluent-dashboard currently aren’t compatible.

Grapelli already provides their own dashboard code. This was extracted into “django-admin-tools” to be usable outside grapelli. fluent-dashboard is built on top of that.

You can already use what grapelli provides, and take the useful bits from fluent-dashboard (e.g. the IconAppList class).

(p.s. a pull request to improve grapelli compatibility is welcome off course)

👤vdboor

Leave a comment