<p>Part 1</p><p>| “Part 2”/blog/2011/oct/12/load-testing-jmeter-part-2-headless-testing-and-je/ |</p><p>Part 3</p><p>The Headless Horseman (Running JMeter in No-</p><p>GUI</p><p>Mode)</p><p>If you read</p><p>Part 1</p><p>of my JMeter series, you now know how to create a JMeter performance test with as much complexity …</p>
<p>Part 1</p><p>| “Part 2”/blog/2011/oct/12/load-testing-jmeter-part-2-headless-testing-and-je/ |</p><p>Part 3</p><p>Last week, Yann Malet and I gave a talk at DjangoCon about</p><p>using performance analysis to spot bottlenecks</p><p>in your application. Because of the somewhat broad scope of the talk, we were …</p>
<p>I recently came across</p><p>this article from EightShapes</p><p>detailing how they are sharing sketches in a remote environment. Lincoln Loop is entirely remote and we’ve run into the same problem, but I’ll admit we haven’t been as MacGyver about solving …</p>
<p>We love the Django community and to show our thanks, we’re throwing a private party Wednesday night for DjangoCon attendees. After dinner (9-11pm), come on down to</p><p>Ground Kontrol</p><p>, Portland’s favorite classic arcade. We’ll have an open bar (while …</p>
<p>Coverage.py</p><p>makes it easy to see how much of your code is covered by your test suite. It can be configured to spit out reports in</p><p>XML</p><p>(for consumption by a continuous integration server like Jenkins), in</p><p>HTML</p><p>(for human …</p>
<p>It is often handy to disable (either temporarily or permanently) South migrations for an app. “Disable” in this context means preventing an app’s migrations from being executed so that the app is managed via</p><p>syncdb</p><p>while in this state. A …</p>
<p>Why?</p><p>A common question from South users is how to reset the migrations back to an initial state. The reasons for doing this are often related to the number of migrations growing steadily over the life of the project. You’ve …</p>
<p>A few weeks ago Django’s team</p><p>revealed a data leakage bug in the admin application</p><p>that affects an extremely interesting and undocumented feature. A user that has access to a</p><p>change_list</p><p>page of an object in the admin interface can …</p>
<p>Fellow Lincoln Looper, Martin Mahner, posted an excellent write up on</p><p>how to use proxy models to separate staff and user accounts in Django’s admin</p><p>. We frequently have a need for this in client projects, but people don’t often …</p>
<p>Recently we noticed some intermittent slow downs with our Gondola sites and wanted to track down the source of the issue. Our sites are all Django projects served by Apache/mod_wsgi behind an Nginx frontend proxy. Nginx’s upstream module makes the …</p>