On second thoughts, let's just try the sandbox first on unglue.it, then clear the transactions and the turn on the real money....
parent
50d6998a92
commit
43162c0406
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue