docker-mailman
docker-mailman copied to clipboard
Enable COMPRESS_OFFLINE in Django
As per the comment in Django's settings.py, it would be nice to have COMPRESS_OFFLINE=True and an additional python manage.py compress added to the entrypoint script.
This may not be the best way to manage static files. I think it is OK to generate them at startup instead of adding the static files compressed offline in the container images.
This issue has not been updated for more than 1year