I want to integrate CCAvenue payment gateway into my website using the Django framework in Python.
I have a checkout page showing the calculated total amount and a "Pay Now" button. When the user clicks on the button, it should redirect to the CCAvenue payment gateway.
Can anyone help me get started?