This website works better with JavaScript.
Home
Help
Sign In
marrub
/
snipt
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
What the shitting shit.
master
Nick Sergeant
4 years ago
parent
f319ac8dca
commit
1217e7ddb8
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
settings.py
+ 3
- 1
settings.py
View File
@@ -9,7 +9,9 @@ if 'DATABASE_URL' in os.environ:
if 'SEARCHBOX_SSL_URL' in os.environ:
es = urllib.parse(os.environ.get('SEARCHBOX_SSL_URL'))
url = os.environ.get('SEARCHBOX_SSL_URL')
es = urllib.parse(url)
HAYSTACK_CONNECTIONS = {
'default': {
Write
Preview
Loading…
Cancel
Save