Project

Profile

Help

Issue #4491

Updated by dkliban@redhat.com about 5 years ago

When using django 2.1.7, the following is printed in the log and no static content is served. Downgrading to Django 2.1.5 fixes the problem. I also filed an issue[0] with whitenoise. 

 I'll file a bug against whitenoise also.   

 <pre> 
 Feb 28 14:42:05 ... gunicorn[15681]: pulp: django.request:WARNING: Not Found: /static/drf-yasg/style.css 
 Feb 28 14:42:05 ... gunicorn[15681]: pulp: django.request:WARNING: Not Found: /static/drf-yasg/insQ.min.js 
 Feb 28 14:42:05 ... gunicorn[15681]: pulp: django.request:WARNING: Not Found: /static/drf-yasg/url-polyfill.min.js 
 Feb 28 14:42:05 ... gunicorn[15681]: pulp: django.request:WARNING: Not Found: /static/drf-yasg/redoc-init.js 
 Feb 28 14:42:05 ... gunicorn[15681]: pulp: django.request:WARNING: Not Found: /static/drf-yasg/redoc/redoc.min.js 
 Feb 28 14:42:05 ... gunicorn[15681]: pulp: django.request:WARNING: Not Found: /static/drf-yasg/url-polyfill.min.js 
 Feb 28 14:42:05 ... gunicorn[15681]: pulp: django.request:WARNING: Not Found: /static/drf-yasg/redoc-init.js 
 Feb 28 14:42:05 ... gunicorn[15681]: pulp: django.request:WARNING: Not Found: /static/drf-yasg/redoc/redoc.min.js 

 </pre> 


 [0] https://github.com/evansd/whitenoise/issues/213

Back