jdelic / django-dbconn-retry

Patches Django to reconnect on a failed database connection once before failing. Helping with running Django ORM through HAProxy, for example.
BSD 3-Clause "New" or "Revised" License
75 stars 25 forks source link

fix RemovedInDjango41Warning as per #6, but also moving the AppConfig to apps.py #7

Closed jdelic closed 2 years ago

jdelic commented 2 years ago

@amureki @codingjoe Thanks to both of you.

jdelic commented 2 years ago

@codingjoe indeed. I'm still testing those changes. Fixed now.