How to make Django serve static files with Gunicorn?
I want to run my django project under gunicorn on localhost. I installed and integrated gunicorn. When I run: python manage.py run_gunicorn It works but there are no any static files (css and js)...