Applied test speedup fixes to testcrawler config, too. Looks like a ~15% speed-up.

- Legacy-Id: 10476
This commit is contained in:
Henrik Levkowetz 2015-11-14 11:02:58 +00:00
parent e8992007b6
commit 0e513c73e0

View file

@ -21,3 +21,5 @@ CACHES = {
}
}
PASSWORD_HASHERS = ( 'django.contrib.auth.hashers.MD5PasswordHasher', )
SERVER_MODE = 'test'