既に構築された Django Web サイトに簡単に統合でき、サイトのユーザーがバグを報告できる Django バグ報告アプリはありますか?
2 に答える
1
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.
于 2012-09-15T14:32:39.760 に答える
0
いつものように、 Djangoパッケージは既存のアプリの概要を知るのに最適な場所です。
あなたの場合、 Feedback-Gridにリストされているアプリを確認してください。
于 2012-09-15T13:48:08.990 に答える