In geo applications coordinate tuples can be ordered either (x,y) or (y,x) or (x,y) but meant as (y,x). Based on this problem and on some geo spatial standards which requires to retreive the correct axis order from the epsg registry, we developed this simple django app to cache the spatial reference objects.
Install it as any other django app to your project:
$ pip install django-epsg-cache
Warning
As pre requirement you will need to install the gdal and geos binaries on your system first.
See the documentation for details.