Blog Details
Blog Title: | Generating Model from PostgreSQL Database | ||
---|---|---|---|
Blogger: | hadoleamit@gmail.com | ||
Image: | View | ||
Content: | Step 1: Add Postgres Database Settings in Django Project(settings.py)
Step 2: Migrate your Django Project
Step 3: Check your psql shell
Step 4: Switch into your Employee Database
Step 5: Create Table inside psql shell
Step 6: Alter Owner name
Step 7: Auto Generate Models Using following command
Step 8: Output
|