django-postgreconnect

A Django backend that automatically reconnects to postgres if the connection is lost.


Keywords
django, postgres
License
Other
Install
pip install django-postgreconnect==0.2

Documentation

django-postgreconnect

A reconnecting backend for django on postgres

Installation

  1. Run the command pip install django-postgreconnect in your terminal.
  2. In your settings.py file change the database backend to django-postgreconnect.
  3. Celebrate that your Django app will now reconnect if your Postgres drops connections.