Search Results

2
votes

Why does Django generate HTTP 500 errors for static media when Debug is set to False?

It sounds like you might be trying to serve your static media using the Django development server. Take a look at ht …