Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 336 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 336 Bytes

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.