On 9/25/20 4:41 AM, Brian Carpenter wrote:
> 
> It is possible with the following setting set via settings_local.py:
> 
> filter_vhost = true
> 


That should be

FILTER_VHOST = True

settings_local.py and settings.py are Python so setting something to
`true` rather than `True` will throw a NameError exception and setting
`filter_vhost` rather than `FILTER_VHOST` won't throw any exception, but
will not set the variable being tested.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
    https://mail.python.org/archives/list/mailman-users@python.org/

Reply via email to