Search code examples
djangomod-wsgiproduction-environmentdjango-staticfiles

Django Production - collectstatic each time?


I'm running a Django production server with WSGI & Apache.
I'm wondering if I have to run a collectstatic each time I modify a little static file.
Isn't there a way to let WSGI or whichever program automate this process ?


Solution

  • I use fabric to automate deployment and as one of the steps i just run collectstatic.