[Answered ]-No Traceback From Django when DEBUG True

2👍

The server would have returned the usual debug page with trackback and other information. But as it was ajax call, content of that page was not shows on the browser.

You can try doing non-ajax call by directly accessing that url.

Or check in response data for ajax request in some developer tool like goolgle chromes developer tool.

👤Rohan

Leave a comment