Skip to content

Commit a674072

Browse files
author
Julia Elman
committed
Merge branch 'master' of github.com:pythonkc/pythonkc.com
2 parents 31925bb + d8901c2 commit a674072

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

pythonkc_site/deploy/__init__.py

Whitespace-only changes.

pythonkc_site/settings.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,8 @@
143143
},
144144
}
145145
}
146+
147+
try:
148+
from local_settings import *
149+
except ImportError:
150+
pass

0 commit comments

Comments
 (0)