Re: Automated Django benchmarking with New Relic

2013-03-22 Thread Bill Freeman
What people do all the time is edit their settings file on their deployed box and simple restart django (say by touching the wsgi script, or restarting apache or nginx or whatever). On Thu, Mar 21, 2013 at 9:47 PM, Alan Johnson wrote: > I've got a Django web app with a

Automated Django benchmarking with New Relic

2013-03-21 Thread Alan Johnson
I've got a Django web app with a complicated data model that's experiencing performance issues. Using New Relic, I was pretty much instantaneously able to isolate what the problem to a particular query. But there are a number of different solutions I can try. What I'd like to do is be able to