[django toolBox] 샵투스쿨 분교 서버에 올려 django paypal 에 실제 페이팔 어카운트 적용 방법

여러분이 서버에 샵투스쿨 장고 캠퍼스를 서비스 할때를 위한 안내입니다.

기본적으로 서버는 https 를 사용하셔야 합니다.

먼저 settings와 작업한 signals에서 페이팔 이메일을 여러분의 실제 돈을 받을 이메일로 바꿉니다.

그리고 settings의 PAYPAL_TEST 항목을 False로 바꿉니다.

다음과 같은 오류의 경우

PayPal Error: Things don't appear to be working at the moment. Please try again later

이때 여러분 console상에서 다음과 같은 메세지가 나오는 것은 여러분 페이팔 어카운트에서 작업해 주셔야 합니다.

이 경우 동영상의 안내를 따라 주시기 바랍니다.

paypal.standard.models:275: This method (or branch) is not covered by automated tests. It is therefore very vulnerable to being accidentally broken by future versions of django-paypal. Please contribute tests to ensure future functionality!

 

 

이글만 보기