Should I commit and push my Django's project static files into my git repo?
I know there is collectstatic
command but it's just for prod deployment right?
I work on the same project from 2 different computers and then, I have static files in one that I don't have on the other.
Am I supposed to collectstatic
from one to the other? But I don't understand this command neither how to use it nor what it does.
Thank you for helping.
Best regards.