Re: Multi theme support for admin

2020-12-21 Thread Adam Johnson
Ramez - one can switch themes on a per-site basis already by overriding AdminSite.each_context() to add style control variables, and overriding the "admin/base_site.html" template (and other templates) to conditionally include different CSS or elements. I know that such a solution is unlikely to al

Re: Multi theme support for admin

2020-12-21 Thread Matthias Kestenholz
Hey, I'm still working on https://github.com/django/django/pull/13435 , an attempt to use CSS variables to style the administration interface. Unfortunately, real life and (desired) deadlines from paid projects tend to interfere. I still very much intend to clean up the pull request which is getti