Skip to content

Instantly share code, notes, and snippets.

View pablorecio's full-sized avatar

Pablo Recio pablorecio

View GitHub Profile
@alfredo
alfredo / gist:4251471
Created December 10, 2012 16:01
Fast tests running with the MD5 hasher (Use only in the test settings)
# Faster tests with the MD5hasher.
PASSWORD_HASHERS = ['django.contrib.auth.hashers.MD5PasswordHasher']