Tag: Postgres
Migrate data from SQlite to PostgreSQL in Django
Last updated on 5th August 2022 by [email protected] | Category: Django Tutorial
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 […]
How to Connect PostgreSQL Database in Django Project
Last updated on 9th May 2021 by Apoorv Garg | Category: Django Tutorial
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, […]

How To Setup and Install PostGreSQL in Windows
Last updated on 9th December 2021 by Apoorv Garg | Category: Django Tutorial
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 […]