django-compressor Offline Generation Error
问题 I am trying to compress my CSS files using django-compressor, but I keep receiving this error: compressor.exceptions.OfflineGenerationError: You have offline compression enabled but key "8369f4e513fa5b733304f4b22c67ad97" is missing from offline manifest. You may need to run "python manage.py compress". But, I have checked the manifest file and the key is in fact there. I have already tried with and without COMPRESS_OFFLINE=True and I am not using any inline CSS. I am not using any special