Tagged: django

Mar 14, 2022

How to run uWSGI

The best way to run uWSGI for a typical web app

Feb 02, 2020

Speeding up Django pagination

Using PostgreSQL's statistics to get a loose page count

Jan 12, 2015

Proxying objects in Python

Notes about a lazy object proxy implementation in Python

Dec 28, 2014

Terrible choices: MySQL

The terrible pitfalls I've gotten myself into while using MySQL

Sep 22, 2014

Ramblings about data-structures

Thoughts on data and software design

May 25, 2014

Packaging a python library

Thoughts on packaging python libraries

May 10, 2014

Django sticky queryset filters

QuerySet's filter is not always conjunctive

Dec 10, 2013

Adding stacktraces to log messages

Showing stacktraces in Django's SQL query logging

Oct 26, 2013

Django's dictsort template tag

Aug 26, 2013

Django and pip wheel

Django doesn't currently work properly if installed via wheels

Jun 14, 2013

Serving files if they exist or fallback to wsgi app

Breakdown of Apache configuration to achieve this

May 30, 2013

Mysql too slow in tests? ramdisk it!

Creating ramdisk mysql instances on Ubuntu 12.04

Jan 19, 2012

Tweaks for making django admin faster

Oct 24, 2011

Drop-in celery AbortableTask replacement

Oct 11, 2011

Django pro tip: if you only use the admin

Sep 25, 2011

Tmux scripting

Jul 03, 2011

Measure your code

Jun 24, 2011

Custom app names in the django admin

Mar 17, 2011

Stale formsets and the back button

Aug 25, 2010

Wondering about django orm caching frameworks