Showing posts with label django. Show all posts
Showing posts with label django. Show all posts

Friday, July 27, 2012

Faster Django view unit tests with mocks

Friday, June 29, 2012

Django: persist some session state across login/logout boundaries

Friday, June 15, 2012

Django: ditch objects.using() in favor of a per-view decorator to switch databases

Tuesday, June 5, 2012

Django Nose/sqlite3 "too many SQL variables" error

Friday, June 1, 2012

Django/Postgres: Optimize COUNT(*) by replacing with an estimate

Thursday, May 24, 2012

Django/NewRelic Quickstart (gunicorn.d + Django 1.3 hack)

Friday, April 27, 2012

Deploying Django staticfiles to Heroku via Hudson/Jenkins

Friday, April 20, 2012

Django management command to list, filter and exclude models from a fixture

Friday, April 13, 2012

Django/Heroku quickstart for existing applications

Friday, March 16, 2012

Adding a .first() method to Django's QuerySet

Friday, February 24, 2012

Django aggregation, group by day

Friday, January 27, 2012

Using Access-Control-Allow-Origin to make cross domain POST requests from javsacript

Friday, January 20, 2012

Python class attributes are evaluated on declaration

Friday, January 6, 2012

Django reset database connection

Wednesday, November 23, 2011

Python/Django: disk based caching decorator

Friday, October 21, 2011

Reduce javascript UI code with Django forms

Wednesday, October 12, 2011

Profile and reduce memory use in Django with .iterator()

Friday, October 7, 2011

Django Performance: Latency Kills

Friday, September 23, 2011

Varnish caching for unauthenticated Django views

Friday, September 16, 2011

Django/Haystack: latitude/longitude radius search w/ SOLR