Issue #4491
Updated by dkliban@redhat.com over 5 years ago
When using ansible-pulp3 installer, django 2.1.7, the following is printed in the log and no static content is served. Restarting the webserver Downgrading to Django 2.1.5 fixes the problem. I also filed an issue[0] with whitenoise. <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