idlesign / django-siteprefs

Reusable app for Django introducing site preferences system
https://github.com/idlesign/django-siteprefs
BSD 3-Clause "New" or "Revised" License
17 stars 6 forks source link

prefs() are not updated on live reload #17

Open jayvdb opened 4 years ago

jayvdb commented 4 years ago

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

idlesign commented 4 years ago

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

jayvdb commented 4 years ago

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.