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 7e22a39 commit cf0e5baCopy full SHA for cf0e5ba
task_manager/settings.py
@@ -31,7 +31,7 @@
31
#rollbar
32
33
ROLLBAR = {
34
- 'access_token': '6c8f6381910d4b42b9c6ce38b1b3e3afc7f902e93529342a1a1f6e65619171b035bed71cbec65d0a4db2d9a1aff59551',
+ 'access_token': 'db573fbc6d784dc6bbd82d8be0b0eae08114190883a41058596e8c8487b43d0e92d69908303c3ae2f912af2f782fc9c9',
35
'environment': 'development' if os.environ.get('DJANGO_DEVELOPMENT') else 'production',
36
'root': os.path.dirname(os.path.abspath(__file__)),
37
}
@@ -166,3 +166,7 @@
166
# https://docs.djangoproject.com/en/5.2/ref/settings/#default-auto-field
167
168
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
169
+
170
+last_error_time = 0
171
+min_interval = 10
172
0 commit comments