Add ietf. qualifier to settings import, this fixes a weird bug where

model files apparently get the wrong settings
 - Legacy-Id: 6216
This commit is contained in:
Ole Laursen 2013-09-20 11:02:06 +00:00
parent 019ca2ae03
commit e1bd47b509

View file

@ -4,7 +4,8 @@
# ./manage.py test --settings=settings_sqlitetest doc.ChangeStateTestCase
#
from settings import *
from ietf.settings import *
DATABASES = {
'default': {
'NAME': 'test.db',