Facing a consistent issue with PostgreSQL database. For not using database after few minutes either on backend or some database client tool. I think the connection between the cloud hosted database and database client tool goes into ideal state (or s...
So I have written a view for getting login time and logout time of a student. Now I want to perform the same procedure for n number of students so how should I do it? Please Help. Here's my code from views.py: def timestamp(request): TodayStartda...
Hi guys, currently we are deciding the architecture or a application and for backend we are using Django and PostgreSQL as database. And want to add fail-safe strategy. So recently I came across "Pgpool ||". So is it ok to use pgpool in production? I...