Top "Django-postgresql" questions

Use this tag for PostgreSQL issues which are to be solved in accordance with Django coding best practices.

ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value

I am in the midst of setting up my django project on heroku. I have been following the documentation, but …

python django heroku django-postgresql
How to debug "could not receive data from client: Connection reset by peer"

I'm running a django-celery application on Ubuntu-12.04. When I run a celery task from my web interface, I get the …

django database-connection celery django-celery django-postgresql
How to start Postgres server?

Ive actually had this problem for a while but I've finally decided to take it on. Postgres was initially installed …

postgresql osx-lion django-postgresql
Django Query extremely slow

I have a problem with a Django application. Queries on the model Scope are extremely slow and after some debugging …

django database performance django-queryset django-postgresql
How to filter gte,lte date on datetime field?

I'm trying to figure out how to filter QuerySet using date extracted from datetime. I use Django-filter and I can't …

django postgresql datetime django-filter django-postgresql
Django Query to get count of all distinct values for particular column

I am trying to fetch count of all distinct values in particular column for example I have following table in …

django django-models django-orm django-postgresql