Questions & Answers
11
votes
1
answers
1357
views
How to backup and restore PostgreSQL database
What is the command to backup and restore a PostgreSQL database?
2
votes
1
answers
1536
views
How to create PostgreSQL database and user
I need to set up a new PostgreSQL database for my Django project.
27
votes
1
answers
1588
views
How to create Django model relationships
How do I create ForeignKey, OneToOne, and ManyToMany relationships?
22
votes
1
answers
73
views
How to optimize Django ORM queries for better performance
My Django application is slow. Database queries are taking forever. How can I optimize my ORM queries?
43
votes
1
answers
1517
views
PostgreSQL connection refused in Django - solutions
My Django app cannot connect to PostgreSQL. I get "connection refused" error. PostgreSQL is installed and running.
40
votes
1
answers
1638
views
Django migrations not applying - troubleshooting guide
I made changes to my models but migrations are not being applied. makemigrations shows "No changes detected". What's wrong?