8

Add migrations to the tests.sandbox.pages app

This fixes tests
This commit is contained in:
Michael van Tellingen
2017-05-31 13:51:03 +02:00
committed by Michael van Tellingen
parent 7436384471
commit 9790a44fd1
3 changed files with 33 additions and 0 deletions

View File

@@ -82,6 +82,8 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'tests.sandbox.pages'
)
PASSWORD_HASHERS = (