The template language is definitely faster than it, however currently the only database backend that PyPy has (that Django supports) is SQLite. At the moment SQLite is super slow on PyPy, because it's written using ctypes, we have an open branch to take ctypes from super slow to super fast (basically inline the ASM calls directly into JIT'd code, rather than make calls through libffi).