
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
django-error-report-2
Advanced tools
Maintained fork of django-error-report. Original author mhsiddiqui
View all Django Error detail in Django Admin.
Error-report save Django error traceback and details which would be the same beautiful exception page that Django displays when debugging is enabled and saves it to the database so you can view it later.
It’s simple alternative to django-sentry which is a paid option to see error detail.
You can create issues for feature you want in django-error-report in future.
To install, simply run:
pip install django-error-report
Add error_report
to your INSTALLED_APPS
setting.
Add below in your urls.py
file
url(r'^error/', include('error_report.urls'))
Add error_report.middleware.ExceptionProcessor
in your middlewares
Run manage.py migrate
to create the database tables.
Required settings for Django-error-report should be added in settings.py file like this
ERROR_DETAIL_SETTINGS = {
"CONFIGURATION_OPTION": VALUE
}
Available configuration options are below - ERROR_DETAIL_ENABLE:
ERROR_DETAIL_ENABLE: Should Log error detail or not (True/False)
ERROR_DETAIL_HEIGHT: Height of Iframe in admin (in pixels)
FAQs
View Django Error Report in Django Admin
We found that django-error-report-2 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.