agateblue / django-dynamic-preferences

Dynamic global and instance settings for your django project
https://django-dynamic-preferences.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
350 stars 87 forks source link

Allow to skip preference creation when checkpreferences is invoked #257

Closed er-vin closed 2 years ago

er-vin commented 2 years ago

In some case you might not want to prefill the cache, only to cleanup the removed preferences. Thus it would be convenient to skip the creation steps.