jazzband / django-constance

Dynamic Django settings.
https://django-constance.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.66k stars 307 forks source link

Exposing the constance configs via an API #503

Closed craig-burgess closed 1 year ago

craig-burgess commented 1 year ago

Is there a way to expose the configs via an api so that an external application can read the config values?

craig-burgess commented 1 year ago

Managed to expose the configs via API after locating the constance model

b12jose commented 1 year ago

Where is the constance model?

craig-burgess commented 1 year ago

Check under your Virtual Environment - Lib - constant - models

b12jose commented 1 year ago

sure, thanks a lot