https://github.com/mandx/django-tracekit
Django server-side support for https://github.com/occ/TraceKit
https://github.com/mandx/django-tracekit
Last synced: over 1 year ago
JSON representation
Django server-side support for https://github.com/occ/TraceKit
- Host: GitHub
- URL: https://github.com/mandx/django-tracekit
- Owner: mandx
- Created: 2012-12-07T19:54:54.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-19T04:00:27.000Z (over 13 years ago)
- Last Synced: 2025-02-01T08:46:16.518Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-tracekit
Django server-side support for [TraceKit](https://github.com/occ/TraceKit/)
## Features
- Record the exact stack information TraceKit gives.
- Browseable from the admin, expandable right in the error list.
- Bundled TraceKit.js and other JS libraries, but with configurable references for each one (other bundled libraries are [JSON3](http://bestiejs.github.com/json3/) and [reqwest](https://github.com/ded/reqwest); jQuery is only used in the admin interface and the version bundled with Django is used).
- The templatetag used to include the TraceKit initialization uses a template, so you can easily redefine how to initialize/load, post errors, etc.
## TODO
- Better display of the stack information in the admin changelist, like rendering a nice stack tree.
- Add Haystack search support