What the shitting shit.

master
Nick Sergeant 2017-09-18 11:30:26 -04:00
padre f319ac8dca
commit 1217e7ddb8
Se han modificado 1 ficheros con 3 adiciones y 1 borrados

Ver fichero

@ -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': {