Fix the build for the django master.

This commit is contained in:
Xavier Ordoquy 2015-02-28 16:01:54 +01:00
parent 50c6f7f310
commit caf64911e1
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ INSTALLED_APPS = [
'django.contrib.contenttypes',
'raven.contrib.django',
'tests.contrib.django',
]