From eb18c680503c677fed75dbea40bc3d20a22e7166 Mon Sep 17 00:00:00 2001 From: Girts Graudins Date: Mon, 3 Oct 2011 13:05:29 -0700 Subject: [PATCH] new yahoo id for image search --- trubox/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trubox/settings.py b/trubox/settings.py index f820f0e..1c1933c 100644 --- a/trubox/settings.py +++ b/trubox/settings.py @@ -103,6 +103,8 @@ INSTALLED_APPS = ( # 'django.contrib.admindocs', ) +YAHOO_APP_ID = 'kLiikCPV34F1hM9x12wGnAzgjAFYXHzb89Tf4_kIirXZDPRa3WwfRGkZsA3TfG3ohw--' + try: from local_settings import * except: