Bhavani shankerHow does a user connect to a website?How is a user able to access a site from the browser? What happens in the backend? Whenever a user types a website name in the browser…Nov 1, 2022Nov 1, 2022
Bhavani shankerIs Python manage.py runserver used in Production??Django has an inbuilt server. All of us are aware that we can simply start the server using the following command.Jul 29, 20211Jul 29, 20211
Bhavani shankerFaster Django QueriesDjango has general and well-known queries like which are mostly used, these are generally used for getting objects/records of a single…Jul 27, 20213Jul 27, 20213
Bhavani shankerDjango Multiple Database Connection And Using Themadding multiple databases in Django and how to use themJul 8, 2021Jul 8, 2021
Bhavani shankerPagination in DRF using APIViewImpement pagination in django using drf and APIViewJul 5, 2021Jul 5, 2021
Bhavani shankerWhat happens when (n+1)th element inserted in a dynamic array of size n?Lets see the memory allocation in the array, when an array of size n is declared a certain continuous block of memory is allocated for…Jul 1, 2021Jul 1, 2021