Closed sanchegm closed 2 months ago
I believe you are right that the static files do not need to be in version control. From the docs, I believe during deployment the collectstatic
management command will need to be run - which we can put in a playbook.
This is so we can serve these static files in production.