Re: How to fetch 10000 above record within second in django?

2023-01-16 Thread Prashanth Patelc
I'm using orm query fetching all data and showing into html templates , it's taking more time for get the data , On Tue, Jan 17, 2023, 12:40 PM Clive Bruton wrote: > > On 17 Jan 2023, at 05:01, Prashanth Patelc wrote: > > > I written query it's taking more time like 38 seconds, how to to > > fet

Re: How to fetch 10000 above record within second in django?

2023-01-16 Thread Clive Bruton
On 17 Jan 2023, at 05:01, Prashanth Patelc wrote: I written query it's taking more time like 38 seconds, how to to fetch the lac of records within seconds any example in django using orm or MySQL query ? Are you saying that you have a raw SQL query, or you are using a Django query? My

Re: Upgrading Django from 3.2.16 to 4.1.x

2023-01-16 Thread ASAMOAH EMMANUEL
Yes, you should be able to upgrade from Django 3.2.16 to 4.1.x by simply installing the Django 4.1.x software and running the makemigrations command. It's always a good practice to make a backup of your database and application before upgrading, just in case any errors occur during the upgrade proc

Upgrading Django from 3.2.16 to 4.1.x

2023-01-16 Thread 'Ellinghaus, Lance J' via Django users
I will be upgrading from Django 3.2.16 to 4.1.x and wanted to know if anyone has any suggestions. I am using oracle as the backend. The release notes do not go into much detail. Do I just need to install the Django 4.1.x software and run the makemigrations to do the upgrade? Thank you, Lance Ell

How to fetch 10000 above record within second in django?

2023-01-16 Thread Prashanth Patelc
Hi all, How to fetch the data from db (mysql) above 1 records within second, I written query it's taking more time like 38 seconds, how to to fetch the lac of records within seconds any example in django using orm or MySQL query ? -- You received this message because you are subscribed to t

Re: HOW TO OUTPUT DATA GOT FROM combined queryset IN DJANGO TEMPLATE (html file) ?

2023-01-16 Thread Byansi Samuel
Thanks it worked but I would like to ask you, why did you use " game" in {%for game in combined_list %} ? En what is the role of 'game' On Sat, Jan 14, 2023, 8:35 PM Hector Mwaky wrote: > >1. > >In the windows_games view in others/views.py, you are using the >filter() method on the

Re: Good Django 4 books for beginners

2023-01-16 Thread Zdravko Georev
Many thanks, I hope they will help me to advance a bit in Django jungle :) В 8:41:01 ч. UTC+2на понеделник, 16 януари 2023 г. Noel Duffy написа: > On 16/01/23 08:29, Zdravko Georev wrote: > > Hi All, > > Could you please advise for Django book/books for really beginners? > > > > I've had good re