Make Django 1.9+ accept the settings file

This commit is contained in:
Jan-Jelle Kester 2016-01-23 21:41:19 +01:00
parent 7524801bb7
commit 82aca6b352

View file

@ -22,3 +22,5 @@ DATABASES = {
'NAME': 'auditlog_tests.db',
}
}
ROOT_URLCONF = []