I am running a simple hello world django app using supervisor. I was looking at this package in GitHub - https://github.com/rfk/django-supervisor for reference as well.
The app runs all okay, but when I load the index.html page, I see none of my CSS files being loaded and I just see plain-text. Do I need to add the css files as a specific program directory/file in the supervisord config?