On second thoughts, let's just try the sandbox first on unglue.it, then clear the transactions and the turn on the real money....

pull/1/head
Raymond Yee 2012-05-12 08:10:31 -07:00
parent 50d6998a92
commit 43162c0406
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@ STATIC_ROOT = '/var/www/static'
CELERYBEAT_SCHEDULE['report_new_ebooks'] = EBOOK_NOTIFICATIONS_JOB CELERYBEAT_SCHEDULE['report_new_ebooks'] = EBOOK_NOTIFICATIONS_JOB
# set -- sandbox or production Amazon FPS? # set -- sandbox or production Amazon FPS?
#AMAZON_FPS_HOST = "fps.sandbox.amazonaws.com" AMAZON_FPS_HOST = "fps.sandbox.amazonaws.com"
AMAZON_FPS_HOST = "fps.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 # if settings/local.py exists, import those settings -- allows for dynamic generation of parameters such as DATABASES
try: try: