Is django compressor default on django install?
I have been having an issue with whitenoise and django. I keep getting this error:
ValueError: Missing staticfiles manifest entry for 'inline.bundle.js'
now all the research I have done points that it may be a whitenoise
(im using heroku) and a issue with django compressor. But I do not remember installing such a tech. Is it by default? One of the work arounds suggested is to replace django compressor with another. But how?
Actively researching this, if anyone has had this issue before would appreciate a work around.