Closed crutchcorn closed 7 years ago
The current behavior allows something like this to happen:
The reason this is happening is that firstrun was set to true in the JSON, but the file had still not been created and thus triggering the settings.py warning for conf.toml.
true
settings.py
conf.toml
Logic should be revisited and thought through.
The current behavior allows something like this to happen:
The reason this is happening is that firstrun was set to
true
in the JSON, but the file had still not been created and thus triggering thesettings.py
warning forconf.toml
.Logic should be revisited and thought through.