The right way to serve static files when using django with gunicorn

from blog Prahlad Yeri, | ↗ original
Yesterday, I learned during deployment that your Django app when used in combination with gunicorn will refuse to serve static files, do whatever you may. I looked up almost every Stack Overflow answer post on this topic including this, this and this. I meddled with almost every hopeful setting including STATICFILES_DIRS[], STATIC_ROOT and...