Hi,
sorry real noob, I have started with Django and slowly understand the MVC, url.py, views.py, forms.py and models.py.
Now I would like to add a button to one template page to redirect to a payment gateway. Would like to use django-payments
But now am stuck on "Create a Payment instance:" where does one create instance, would that be in the views.py, and then "Redirect the user to your payment handling view"
Any pointers would be greatly appreciated