django-siteprefs icon indicating copy to clipboard operation
django-siteprefs copied to clipboard

prefs() are not updated on live reload

Open jayvdb opened this issue 4 years ago • 2 comments

When using runserver and live reload, the preferences UI is not updated.

jayvdb avatar May 27 '20 08:05 jayvdb

What do you mean by preferences UI update? Do you have some changes, than reload and those are not shown in Admin?

idlesign avatar May 27 '20 10:05 idlesign

Steps to reproduce:

  1. Run manage.py runserver
  2. Load /admin/foo/preferences
  3. Edit foo/settings.py to change the help text of a preference (runserver will do a 'live reload')
  4. Refresh /admin/foo/preferences

The preferences page will not be updated.

jayvdb avatar May 27 '20 14:05 jayvdb