1
The CSRF validation fails for the send_money_api(...)
view. Simply add the @csrf_exempt
decorator above the second view too.
Source:stackexchange.com
1
The CSRF validation fails for the send_money_api(...)
view. Simply add the @csrf_exempt
decorator above the second view too.