Re: Best digital ocean plan for a production server

2022-07-24 Thread Abdul Qoyyuum
Not sure what you mean. All of those can be in separate docker images to build (except for 11 and 13) but have to be docker-composed properly. But since you're moving to Docker images, you can then instead deploy to any Kubernetes cluster and scale with X number of nodes. Even better if you want

Re: Help to implement join query in django orm

2022-07-24 Thread Jitendra kumar Patra
Ping me 7008080545 On Fri, 22 Jul, 2022, 12:16 Avi shah, wrote: > I have two tables > Tbl 1 > & > Tbl 2 > > I need to connect the two tables using a join > > > Thanks and regards, > Avi shah > > -- > You received this message because you are subscribed to the Google Groups > "Django users"

Re: Help to implement join query in django orm

2022-07-24 Thread Abhishek Gupta
Hey, you have to write custom raw query for join tables which are not connected with foreign key relationship in django. On Sun, Jul 24, 2022, 11:17 Lalit Suthar wrote: > this can be helpful > > https://betterprogramming.pub/django-select-related-and-prefetch-related-f23043fd635d > > On Sun, 24

Re: DRF question

2022-07-24 Thread Ram
Hi Jason, Thank you for your email. 1. I'm not sure what you are referring to 'template-based' responses with RESTFUL? 2. Also we are not looking for extensibility to be smooth. My concern is why we need to change the existing implementation in user registration when DRF is a separate package?

Re: DRF question

2022-07-24 Thread Ram
Hi Jason,is separ Thank you for your email. 1. I'm not sure what you are referring to 'template-based' responses with RESTFUL? 2. Also we are not looking for extensibility to be smooth. My concern is why we need to change the existing implementation in user registration when DRF is a separate