#13 How to Connect PostgreSQL Database with Django Project Bangla | PostgreSQL Download and Install

Nongare Hi-Tech
Nongare Hi-Tech
1.4 هزار بار بازدید - 3 سال پیش - In this tutorial, I will
In this tutorial, I will teach you how to Download and install PostgreSQL database and How to
connect with django Project. Django PostgreSQL Bangla Tutorial |  Django postgres setup bangla |
how to connect postgresql database with django project bangla | how to setup postgresql database with django project Bangla.

Source Code: https://github.com/arafatHoshen/Djang...

*****Chapters*****
0:00:00​​ Introductions
0:01:09 How to Download PostgreSQL Bangla
0:02:34 How Download pdadmin Bangla
0:04:08 How Install PostgreSQL Bangla
0:05:32 How Install pgadmin Bangla
0:06:08 How setup pgadmin for Django project Bangla
0:09:28 connect Django project with pgadmin Bangla
0:16:31 Test The Project

what is PostgreSQL ?
What is PostgreSQL? PostgreSQL is a powerful, open source object-relational database system that uses and extends the SQL language
combined with many features that safely store and scale the most complicated data workloads.

How to Connect PostgreSQL Database in Django Project ?
Step 1.   When you open the pgadmin panel you will view a server icon in the navigation at the left side of the window. Click on it to open the
databases icon. Right Click on the databases icon to create a new database and fill the prerequisites for creating the database.

Step 2.   Now go to the settings.py file of the Django App. Under the settings for Databases, change the settings from sqlite3 or your current
database to the following.

DATABASES={
  'default':{
     'ENGINE':'django.db.backends.postgresql_psycopg2',
     'NAME':'project_name',
     'USER':'user_name',
     'PASSWORD':'password',
     'HOST':'localhost',
     'PORT':'5432',
  }
}
Step 3.  Package Install
pip install psycopg2
pip install pillow

Step 4.  Now run
python manage.py makemigrations
python manage.py migrate



👍 CONNECT WITH US ON SOCIAL MEDIA 👍

🔵  FACEBOOK ►Facebook: nongarehub

🔵 TWITTER ► Twitter: Arafat99Hossain​​​

🔵 INSTAGRAM ► Instagram: arafat99hos..

🔵 LINKEDIN ► LinkedIn: arafat7​​​

🔵 GITHUB ► https://github.com/arafatHoshen​​​

🔵 Stack Overflow ►https://stackoverflow.com/users/16385...

🔵 MEDIUM ►Medium: ​​​

🔵 PINTEREST ► Pinterest: arafathoshe..

প্রোগ্রামিং রিলেটেড যে কোন সমস্যা এই গ্রুপে পোস্ট করুন আশা করি সমাধান পাবেন
🔵 Join our Facebook Group:  ► Facebook: bdpro..

চায়না থেকে সরাসরি কোনরুপ ঝামেলা ছাড়াই বাংলাদেশে পণ্য আনতে এবং আপনার কাঙ্ক্ষিত পণ্য স্বল্প সময়ে এবং স্বল্প খরচে BY AIR
ও BY SEA তে LC অথবা TT ছারাই বাংলাদেশে ইমপোর্ট করতে আমাদের সাথে যোগাযোগ করুন।
🔵 Facebook page link: Facebook: nongare360shop


❤ WATCHING ANOTHER VIDEO
➡️ Html full course bangle: Html full course bangle | HTML Bangla...

➡️ Python full course for beginners Bangla : Python full course [ Bangla ] python ...​​​​

➡️ Face Mask Detection using Python, Keras, OpenCV & Tensorflow :  https://www.seevid.ir/fa/w/OQQiK...

➡️ Python Django Full Course: https://www.youtube.com/playlist?list...

➡️ Python OpenCv Playlist Link: https://www.seevid.ir/fa/w/mpS8N...

➡️ License Plate Detection using Python OpenCV: License Plate Detection using Python ...

#PostgreSQL_Connect_with_Django_Bangla
#Django_Bangla_Tutorial
#PostgreSQL_Download_and_Install_Bangla
3 سال پیش در تاریخ 1400/07/06 منتشر شده است.
1,482 بـار بازدید شده
... بیشتر