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 01a8218 commit 2c1c1c8Copy full SHA for 2c1c1c8
task_manager/views.py
@@ -9,5 +9,5 @@ def index(request):
9
10
def rollbar_test(request):
11
if not settings.DEBUG:
12
- raise Http404()
13
- raise RuntimeError("Rollbar test: dev only")
+ raise Http404("Not found")
+ raise RuntimeError("Rollbar test: искусственная ошибка для проверки")
0 commit comments