One more try at setting BASE_URL....maybe you do need the ending '/'

pull/1/head
Raymond Yee 2011-11-22 16:57:54 -08:00
parent 9812008a36
commit b08b489daf
1 changed files with 2 additions and 2 deletions

View File

@ -84,9 +84,9 @@ FREEBASE_PASSWORD = ''
# send celery log to Python logging # send celery log to Python logging
CELERYD_HIJACK_ROOT_LOGGER = False CELERYD_HIJACK_ROOT_LOGGER = False
# BASE_URL is a hard-coding of the domain name for site and used for PayPal IPN (no ending /) # BASE_URL is a hard-coding of the domain name for site and used for PayPal IPN
# Next step to try https # Next step to try https
BASE_URL = 'http:/please.unglueit.com' BASE_URL = 'http:/please.unglueit.com/'
# use redis for production queue # use redis for production queue
BROKER_TRANSPORT = "redis" BROKER_TRANSPORT = "redis"