farridav / django-jazzmin

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

Customization is not kept #333

Open SourceDoctor opened 3 years ago

SourceDoctor commented 3 years ago

Customization is not kept above Site Reload or Relogin

Ways to reproduce: do some customization reload page, or logout and login again

farridav commented 3 years ago

The customisation is only to generate the config, as we do not write anything to the database, you will need to hit the show code button in the bottom left to grab your ui config and persist it into to your settings.

See https://django-jazzmin.readthedocs.io/ui_customisation/#ui-customizer

For more information :)

SourceDoctor commented 3 years ago

ahhh, ok. i thought it's for userspecific GUI Customization, which would be a killer feature in my eyes :-)

are there some plans to keep this configuration persistant per User?

farridav commented 3 years ago

That's entirely possible, I'm not sure about timeline mind .. maybe I'll take a stab this week..

SourceDoctor commented 3 years ago

would be cool :-) my collegues would love it

shatadru commented 2 years ago

+1 for this feature. It would be amazing to be able to configure dark mode etc on the fly.

globax89 commented 4 months ago

+1 for this feature