Skip to content

Commit e1bd47b

Browse files
committed
Add ietf. qualifier to settings import, this fixes a weird bug where
model files apparently get the wrong settings - Legacy-Id: 6216
1 parent 019ca2a commit e1bd47b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ietf/settings_sqlitetest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
# ./manage.py test --settings=settings_sqlitetest doc.ChangeStateTestCase
55
#
66

7-
from settings import *
7+
from ietf.settings import *
8+
89
DATABASES = {
910
'default': {
1011
'NAME': 'test.db',

0 commit comments

Comments
 (0)