Re: Card-Payment Integration.

2023-01-04 Thread 'Steven Mapes' via Django users
There's several that you'll find integration projects for on github, personally I wrote my own lib to integrate Stripe and Paypal and much prefer stripe over paypal. it's a cleaner integration, faster flow for the user, lower fees, allows refunds for payments of any age whilst the card is valid

ModelAdmin

2023-01-04 Thread Mario St-Gelais
Hello group, first post here. Quick question. Can capabilities of ModelAdmin such as list_filter or search_fields be used outside of the admin interface? I want a view that would allow non logged users to search a site through checkboxes and some search fields possibly and obviously, the way this

Re: ModelAdmin

2023-01-04 Thread Mike Dewhirst
On 5/01/2023 5:43 am, Mario St-Gelais wrote: Hello group, first post here. Quick question.  Can capabilities of ModelAdmin such as list_filter or search_fields be used outside of the admin interface? Have you looked at htmx? https://www.simplecto.com/htmx-and-the-list_editable-in-django-admin

Re: ModelAdmin

2023-01-04 Thread Satyajit Barik
Yes. It does. ModelAdmin classes can define list filters that appear in the right sidebar of the change list page of the admin. For more reference: https://docs.djangoproject.com/en/4.1/ref/contrib/admin/filters/ For this topic related join our WhatsApp group: https://bit.ly/3oJtfcf Regards, Saty

Re: ModelAdmin

2023-01-04 Thread Mike Dewhirst
Satyajit I'm speaking for myself here. I'm not comfortable with dilution of list content with what appears to be a competing Whatsapp group. In particular, this thread is one to which I have contributed and if you kidnap the thread you cut me out of my conversation. In general, if you take

Re: Card-Payment Integration.

2023-01-04 Thread Harshwardhan Waghela
can you provide documentation of PayPal and Braintree. On Tuesday, 3 January 2023 at 19:07:39 UTC+5:30 satyajit...@gmail.com wrote: > You can try Paypal or Braintree payment gateway. Both work perfectly. > > > Regards, > Satyajit > > On Tue, Jan 3, 2023 at 9:56 AM Mike Dewhirst > wrote: > >> On