I am looking at using django-static for serving the static content (https://github.com/peterbe/django-static)
But django-static always assumes that all the "static content" is always placed in "media" folder. Can I configure this to be a different folder?
I checked the configuration options but could not find anything.