Skip to content

Commit 1a4af43

Browse files
committed
Added import local_settings in settings.py
1 parent e2d8931 commit 1a4af43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pandore/pandore/settings.py

+5
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,8 @@
176176
'URL': 'http://127.0.0.1:8983/solr'
177177
},
178178
}
179+
180+
try:
181+
from local_settings import *
182+
except ImportError:
183+
pass

0 commit comments

Comments
 (0)