Apache – Large GET Request to DRF causes 504 Gateawy Time-out
I have a database with about 3 million records, and I want to retrieve these records to be displayed by a Django web app. However, attempting to pass these via Model.objects.all() passed by templating a javascript variable causes my Apache…