djfiles
djfiles copied to clipboard
I don't understand (probably a documentation issue)
To my thinking, the difference between 'media' and 'static' is pretty much this:
- If the file is 'baked in' (and probably in version control) then it's a static file.
- If it's uploaded or modified by users (even admin users) then it's a media file.
So you're proposing something that is inbetween these two definitions. Why? What problem are you solving that can't be solved by just using media files?