I have heard that Django static files should be deployed directly from the web server, not through Django itself. I'm using mod_wsgi -- does anyone know how I would configure it to serve my django static files?
Asked
Active
Viewed 214 times
-1
-
Do you mean Nginx or Apache? You should configure the server itself, not mod_wsgi. Add the corresponding tag to your question. – katspaugh Jul 17 '12 at 20:48
-
2Did you think to look at the Django documentation, where this question is discussed at length? – Daniel Roseman Jul 17 '12 at 20:49