Select Boxes and Database

2023-12-02 Thread David Merrick
Hi. I can put an item from the database into a select box ie Countries of the World. What I want to know is saying, having chosen New Zealand from the select box, how do I display all the cities of New Zealand in another select box. The database has two tables. First one is Countries. The second

Re: Domain Names and Web Servers

2020-05-08 Thread David Merrick
/ but Domain4less can't use Dynamic IP address so the two are related sorry. On Sat, May 9, 2020 at 10:14 AM Kasper Laudrup wrote: > Hi David, > > On 08/05/2020 23.18, David Merrick wrote: > > Hi, I am interested in what web servers can be used for Django Web Apps > > and whether th

Domain Names and Web Servers

2020-05-08 Thread David Merrick
Hi, I am interested in what web servers can be used for Django Web Apps and whether the Domain Name Servers are Static or Dynamic. Static Domain Name Servers (DNS) the IP Address doesn't change and Dynamic (DNS) IP Address does change. -- You received this message because you are subscribed

Re: Django Lessons

2020-05-08 Thread David Merrick
I am asking about web hosting and appropriate Domain Name Servers On Fri, May 8, 2020 at 9:18 PM David Merrick wrote: > Same Domain Name Servers can only handle > static DNS server > https://ticket.cdmon.com/en/support/solutions/articles/706124-what-is-a-static-dns-server-

Re: Django Lessons

2020-05-08 Thread David Merrick
"and what > domain names / types" ? > > On Friday, May 8, 2020 at 8:33:43 AM UTC+2, David Merrick wrote: >> >> Sounds like a very good idea. >> I have one immediate question. What web servers can host Django and what >> Domain Names / types? >> I was usi

Re: Django Lessons

2020-05-08 Thread David Merrick
Sounds like a very good idea. I have one immediate question. What web servers can host Django and what Domain Names / types? I was using Rails for a bit but got unstuck when Rails need Dynamic Domain Names, not Static ones. Cheers Dave On Fri, May 8, 2020 at 6:11 PM Eugen Ciur wrote: > Hi, > >

Re: CSRF token still needed today?

2020-04-21 Thread David Merrick
t default for cookies (SameSite=Lax)? > > Am Montag, 20. April 2020 14:43:10 UTC+2 schrieb David Merrick: >> >> if you want cross site forgery requests get rid off it >> >> On Mon, Apr 20, 2020 at 10:45 PM Andréas Kühne >> wrote: >> >>> Why is it

Re: CSRF token still needed today?

2020-04-20 Thread David Merrick
if you want cross site forgery requests get rid off it On Mon, Apr 20, 2020 at 10:45 PM Andréas Kühne wrote: > Why is it a problem to have? You add one specific command on all forms - > or you disable it in the view > > What do you want to accomplish by removing it? > > Regards, > > Andréas