We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc423b commit 056dbadCopy full SHA for 056dbad
README.rst
@@ -68,8 +68,9 @@ Both signals send a parameter ``dbwrapper`` which points to the current instance
68
of ``django.db.backends.base.BaseDatabaseWrapper`` which allows the signal
69
receiver to act on the database connection.
70
71
+
72
Settings
--------
73
+--------
74
Here’s a list of settings available in django-dbconn-retry and their default values.
75
You can change the value in your ``settings.py``.
76
@@ -80,6 +81,7 @@ Setting Description
80
81
The max times which django-dbconn-retry will try.
82
=========================== ==================================================
83
84
85
License
86
=======
87
0 commit comments