Try excluding auth app from test serialization.

This commit is contained in:
Jannis Leidel 2014-12-13 00:29:35 +01:00
parent c06506019f
commit 33cc1444de
1 changed files with 2 additions and 0 deletions

View File

@ -35,3 +35,5 @@ SITE_ID = 1
MEDIA_ROOT = 'media'
STATIC_ROOT = 'static'
TEST_NON_SERIALIZED_APPS = ['django.contrib.auth']