From 43162c040658e6a6c9a68364b39f818f9223ef9f Mon Sep 17 00:00:00 2001 From: Raymond Yee Date: Sat, 12 May 2012 08:10:31 -0700 Subject: [PATCH] On second thoughts, let's just try the sandbox first on unglue.it, then clear the transactions and the turn on the real money.... --- settings/prod.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/prod.py b/settings/prod.py index 59e96fd1..9be1e83a 100644 --- a/settings/prod.py +++ b/settings/prod.py @@ -125,8 +125,8 @@ STATIC_ROOT = '/var/www/static' CELERYBEAT_SCHEDULE['report_new_ebooks'] = EBOOK_NOTIFICATIONS_JOB # set -- sandbox or production Amazon FPS? -#AMAZON_FPS_HOST = "fps.sandbox.amazonaws.com" -AMAZON_FPS_HOST = "fps.amazonaws.com" +AMAZON_FPS_HOST = "fps.sandbox.amazonaws.com" +#AMAZON_FPS_HOST = "fps.amazonaws.com" # if settings/local.py exists, import those settings -- allows for dynamic generation of parameters such as DATABASES try: