8 Feb
2023
8 Feb
'23
1:26 p.m.
On 2023-02-08 10:50:20 +0300 (+0300), Odhiambo Washington wrote:
Does mailman-web do sanity checks in settings.py?
Not that I've seen, other than a traceback if the Python interpreter can't parse it at least.
Suppose I have the following:
Q_CLUSTER = { [...] Q_CLUSTER = { [...] Which setting will it go with?
The second one.
And why doesn't it complain about a setting being made 2x?
It's a Python script, and Python allows you to redefine variables (as do basically all scripting languages for that matter).
Jeremy Stanley