SQlite is a quick and and easy way to start with. As it has nothing to configure. We simply can use it in our Django projects. But, as the project gets bigger, we understand the necessity to move a standard databases like MySQL or PostgreSQL. But we have some data in our database right? If… Continue Reading »
Tag: Postgres
How to Connect PostgreSQL Database in Django Project
Learn how to connect a PostgreSQL database with Django App. Django is the most popular web development python framework. It is an open-source web framework and since it is written in Python programming language it is backed by a strong community of programmers. It allows for scalability, re-usability, and rapid development. PostgreSQL is a powerful,… Continue Reading »
How To Setup and Install PostGreSQL in Windows

install PostgreSQL– PostgreSQL is a powerful, open source object-relational database system with over 30 years of active development. Its installation and setup is a simple one time operation, thus is suitable for development. It has a wide range of uses and applications throughout the field of technology. Thus it has earned a strong reputation for… Continue Reading »