Skip to content

Commit 3fc43af

Browse files
authored
Import local settings if available
1 parent 43fdf28 commit 3fc43af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qgisfeedproject/qgisfeedproject/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
EMAIL_HOST_PASSWORD = os.environ.get("EMAIL_HOST_PASSWORD", "")
168168

169169
try:
170-
pass
170+
from .settings_local import *
171171
except ImportError:
172172
pass
173173

0 commit comments

Comments
 (0)