On 10/30/22 17:37, Jeff Steele wrote:
Thanks Mark,
I was able to fix this problem easily by modifying:
mailman3/lib/python3.8/site-packages/compressor/management/commands/compress.py
to change the line:
Command.requires_system_checks = None
to
Command.requires_system_checks = []
Now, bin/mailman-web compress runs but outputs:
CommandError: Compressor is disabled. Set the COMPRESS_ENABLED setting or use --force to override.
which I guess is fine.
If you want to do off line compression which is a good thing, you need to set
COMPRESS_ENABLED = True
in your Django settings. I recently added this and also a note about CSRF_TRUSTED_ORIGINS to https://docs.mailman3.org/en/latest/install/virtualenv.html#initial-configur...
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (1)
-
Mark Sapiro