Speed up the test suite

This commit is contained in:
Raphael Michel
2016-08-14 17:56:58 +02:00
parent 42b9559b6f
commit 7b5dd6bd6c
4 changed files with 20 additions and 13 deletions

View File

@@ -13,3 +13,5 @@ MEDIA_ROOT = os.path.join(TEST_DIR, 'media')
EMAIL_BACKEND = 'django.core.mail.outbox'
COMPRESS_ENABLED = COMPRESS_OFFLINE = False
PASSWORD_HASHERS = ['django.contrib.auth.hashers.MD5PasswordHasher']