/django-postgreconnect

A reconnecting backend for django on postgres

Primary LanguagePythonMIT LicenseMIT

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.