1👍
Try this
from django.db import connection
with connection.cursor() as cursor:
cursor.callproc("fn_wallet_statement", __arguments__)
Source:stackexchange.com
1👍
Try this
from django.db import connection
with connection.cursor() as cursor:
cursor.callproc("fn_wallet_statement", __arguments__)