From f031f80de7436c574babe7ce527b63ea5cead5b9 Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 3 Aug 2011 21:31:03 +0530 Subject: [PATCH] twitter id back to sachin for testing --- itf/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itf/settings.py b/itf/settings.py index fbc44ba..fdab69c 100644 --- a/itf/settings.py +++ b/itf/settings.py @@ -40,7 +40,7 @@ DATABASE_PASSWORD = '' # Not used with sqlite3. DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3. DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3. -TWITTER_ID = "indtheatreforum" +TWITTER_ID = "sachin_rt" CACHES = { 'default': {