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:
parent
019ca2ae03
commit
e1bd47b509
|
@ -4,7 +4,8 @@
|
|||
# ./manage.py test --settings=settings_sqlitetest doc.ChangeStateTestCase
|
||||
#
|
||||
|
||||
from settings import *
|
||||
from ietf.settings import *
|
||||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'NAME': 'test.db',
|
||||
|
|
Loading…
Reference in a new issue