On 8/16/19 7:18 PM, Andrew Bernard wrote:
I did a git pull today. Now I get the following error and the archives wont display:
compressor.exceptions.OfflineGenerationError: You have offline compression enabled but key "b5ae52a1ebb585c556edceb45a148cb948b2a2673d133a340a90cd02fdd34828" is missing from offline manifest. You may need to run "python manage.py compress". Here is the original content:
Any clues?
Did you do what it says, i.e. run "python manage.py compress" or however you spell your django admin command?
It isn't always necessary, but I recommend that every time you do an update, you run all four of
$DJANGO_CONTROL_SCRIPT collectstatic --clear --noinput --verbosity 0 $DJANGO_CONTROL_SCRIPT compress $DJANGO_CONTROL_SCRIPT compilemessages $DJANGO_CONTROL_SCRIPT migrate
where $DJANGO_CONTROL_SCRIPT is the command to run django-admin or manage.py or however you spell it.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan