We're still using the removed SEND_BROKEN_LINK_EMAILS settings.
See original GitHub issueIn our code: https://github.com/divio/django-cms/search?utf8=✓&q=SEND_BROKEN_LINK_EMAILS
But, SEND_BROKEN_LINK_EMAILS
was removed in Django 1.8.
Instead, developers should add django.middleware.common.BrokenLinkEmailsMiddleware
to the MIDDLEWARE_CLASSES
setting.
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
6da8fcb1b30afb767083fe635a2...
This + is used the first time we need any settings at all, if the user has not ... +SERVER_EMAIL = 'root@localhost' +...
Read more >Python django.conf.settings 模块,DEBUG 实例源码 - 编程字典
我们从Python开源项目中,提取了以下49个代码示例,用于说明如何使用DEBUG。
Read more >Django CBV加装饰器、Django中间件、auth模块 - 博客园
Django默认有七种中间件,可以在settings.py中查看,每个都有各自的功能。 ... 项目,记得把它们给注释或者删除了,不然会报Apps aren't loaded yet.
Read more >Головатый А., Каплан-Мосс Дж. - Подробное руководство ...
Django version 1.0, using settings 'mysite.settings' Development server is running at http://127.0.0.1:8000/ Quit the server with C0NTR0L-C.
Read more >xFrame - OSCHINA - 中文开源技术交流社区
Refused to display 'http://xxx' in a frame because it set 'X-Frame-Options' to 'sameorigin' / 'deny' 当页面中嵌入页面时可能会报这样的错误原因: sameorigin ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Will create a PR in October: The new middleware is used in the code base but not in tests.
Fixed by #7401 now mentioning the Django middleware settings. PR to cover the middleware settings in tests is coming up …