11 | | PS. when debug=False, after Not Found URL occured, this exception occurs: TemplateSyntaxError: Could not parse the remainder: '('static', filename='img/404.jpg')' from 'url_for('static', filename='img/404.jpg')', and that makes response code to 500, not 404. |
| 11 | PS. when debug=False, after Not Found URL occured, this exception occurs: {{{ TemplateSyntaxError: Could not parse the remainder: '('static', filename='img/404.jpg')' from 'url_for('static', filename='img/404.jpg')' }}}, and that makes response code to 500, not 404. |