Django-mediagenerator has been pretty helpful so far, but thing that has been bothering me is that all MEDIA_BUNDLES
are defined in settings.py
. I would like to be able to define media bundles inside individual application folders.
How can media bundles be separated by application, instead of all being centralized in settings.py
?