Re: Need assistance! I want to create a list box that displays records that can be selected (single or multiple) from a PGSQL table.

2019-04-17 Thread Darryl Dillman
??? On Wednesday, April 17, 2019 at 10:02:53 AM UTC-4, Joel Mathew wrote: > > Great to know > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsub

Need assistance! I want to create a list box that displays records that can be selected (single or multiple) from a PGSQL table.

2019-04-17 Thread Darryl Dillman
I have tried various methods including MVC, but cannot seem to get it right. I thought the MVC method would work, but it seems the database connection part was missing from the example I followed and only shows the submit button. I am able to create drop down lists from a static choices list in