Fix test db setting

This commit is contained in:
Jan-Jelle Kester 2015-06-03 16:45:30 +02:00
parent 6e74d41268
commit f630ef7da1

View file

@ -19,6 +19,6 @@ MIDDLEWARE_CLASSES = (
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'auditlog_tests',
'NAME': 'auditlog_tests.db',
}
}