postgresql

How to Connect PostgreSQL database to Django

This post is going to show you how to connect the PostgreSQL database to Django. PostgreSQL is one of the databases that are natively supported by Django. When it comes to production development, SQLite (the default Django database engine) is not recommended. In that case, it is recommended to use other production-made database engines that […]

How To Fix FatalError: pgAdmin 4, the application server could not be contacted

PostgreSQL recently released version 15. Now the pgAdmin comes as a desktop application instead of being opened in a browser. But they have recently been an error that’s roaming around which reads β€˜pgAdmin 4 the application server could not be contacted.’ I have to admit, I do not fully know what the causes of this […]

Scroll to top