$ cd path/to/your/project/ $ dynaconf init -f toml ⚙️ Configuring your Dynaconf environment ----- 🐍 The file `config.py` was generated. 🎛️ settings.toml created to hold your settings. 🔑 ...
How is it possible that it actually works? Only thanks to a "de facto" standard of pre-installing setuptools a) together with Python interpreter b) when creating virtual environments: It means ...