9 Jun
2020
9 Jun
'20
5:17 p.m.
On Tue, 9 Jun 2020 at 19:01, Mark Sapiro <mark@msapiro.net> wrote:
I'm not sure about the above error.
'sassc -t compressed {infile} {outfile}'
is defined in
settings
COMPRESS_PRECOMPILERS, but it is a command to be run as part ofdjango-admin compress
, not a module to be imported.Possibly running
django-admin compress
before starting Hyperkitty would have avoided this.
Well, if I run "./manage.py compress" in the mailman-web container, I'm getting
CommandError: Offline compression is disabled. Set COMPRESS_OFFLINE or use the --force to override.
Danil