There are multiple static file directories, often different ones used on the server vs local which requires content to be duplicated across the codebase. Ex. essays, images, and css
Example:
Need to move the GenderDeath.png image from /srv/qmh-v2/myAsylum/qmh/static/images/GenderDeath.png to: /srv/qmh-v2/myAsylum/static/images
Why are there two static folders? Why are still a third for images on dev that is not even in the codebase?
There are multiple static file directories, often different ones used on the server vs local which requires content to be duplicated across the codebase. Ex. essays, images, and css
Example: Need to move the GenderDeath.png image from
/srv/qmh-v2/myAsylum/qmh/static/images/GenderDeath.png
to:/srv/qmh-v2/myAsylum/static/images
Why are there two static folders? Why are still a third for images on dev that is not even in the codebase?