Is there any Django bug reporting app which can be integrated easily into already built Django website and which lets site users to report bugs?
Is there any Django bug reporting app which can be integrated easily into already
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
My experience with user reported bugs is not satisfactory.
After some years my decision is to make everyhing fail loudly and use Sentry to log it.
Sentry is a great app. It was created by dcramer, a guy working on disqus (they use it too).
I know this is not what you’re directly looking for, but might be helpful.