One more try at setting BASE_URL....maybe you do need the ending '/'
parent
9812008a36
commit
b08b489daf
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue