socon icon indicating copy to clipboard operation
socon copied to clipboard

Add a way to change the project config we want to load for a specific project when a command is started

Open StephaneCapponi opened this issue 2 years ago • 0 comments

Today each project contain a config.py file that is used to store variable. The user can change this file by redefining the settings_module of the ProjectConfig. However if the user define mulitple config file, there is no way yet to select which want to use at runtime.

It would be great to add a --config argument to every ProjectCommand in order to select the config we want to use.

StephaneCapponi avatar May 04 '23 17:05 StephaneCapponi