Dynamic fields with Flask-WTF
2019-03-02 13:53
Version 0.2.0 of Flask-WaffleConf
has just been released and includes support for multiprocess deployments. Here I will explain the problems encountered and the "solution" reached.
So here is the scenario: imagine you are deploying with uWSGI or another application server. This probably means that you may …
Flask-WaffleConf is a Flask extension that allows you to store configuration variables in the database, read them on startup and update them on runtime. It's kind of an experiment in order to try making a Flask extension from scratch and add the functionality to the website in a modular way …