Hi,
When a failure is happened in Django web application, we noticed that the error is returned directly on the web browser as shown in the attached snap. We wanted to understand whether this is expected as per Django FWK or are we doing something wrong in our coding itself? I believe we should never display anything other than error message that is explicity provided in coding statement, e.g. "Invalid login Id".
If coding needs to be changed here to avoid stack trace on the user browsers, what should be changed here?
Thanks,
~Ram