You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2025. It is now read-only.
Stacktrace (most recent call last):
File "raven/base.py", line 303, in build_msg
transformer=self.transform)
File "raven/base.py", line 459, in capture
**kwargs)
File "raven/base.py", line 577, in captureMessage
return self.capture('raven.events.Message', message=message, **kwargs)
File "raven/scripts/runner.py", line 77, in send_test_message
'loadavg': get_loadavg(),
File "raven/scripts/runner.py", line 112, in main
send_test_message(client, opts.__dict__)
Stacktrace (most recent call last):
This is an example Python exception raven.scripts.runner in main
File "debug_toolbar/base.html", line 14
{% endif %}
<script src="{% static 'debug_toolbar/js/toolbar.js' %}"></script>
<div id="djDebug" hidden="hidden" dir="ltr"
data-store-id="{{ toolbar.store_id }}" data-render-panel-url="{% url 'djdt:render_panel' %}"
{{ toolbar.config.ROOT_TAG_EXTRA_ATTRS|safe }}>
<div hidden="hidden" id="djDebugToolbar">
<ul id="djDebugPanelList">
This is an example Python exception