Skip to content

Commit ccbeb3b

Browse files
author
Massimiliano Pippi
committed
forgot DATABASES dictionary on base settings
1 parent 26abea0 commit ccbeb3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/example/settings/base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
# ('Your Name', '[email protected]'),
1515
)
1616

17+
DATABASES = {}
18+
1719
MANAGERS = ADMINS
1820

1921
# Hosts/domain names that are valid for this site; required if DEBUG is False

0 commit comments

Comments
 (0)