This might be a stupid question, but since the loader is a global variable, does it keep the values cross multiple API calls?
I'm only seeing database queries after the first time I start the server; afterwards no db queries are made and all values remain the same even after I modify the db records.
This might be a stupid question, but since the loader is a global variable, does it keep the values cross multiple API calls?
I'm only seeing database queries after the first time I start the server; afterwards no db queries are made and all values remain the same even after I modify the db records.
I'm using Django 4.2.