[geany/www.geany.org] 8408ba: Remove broken link middleware
Enrico Tröger
git-noreply at xxxxx
Sat Sep 21 12:39:17 UTC 2019
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Sat, 21 Sep 2019 12:39:17 UTC
Commit: 8408bada8ab98d2cf539fab607e5458a06f88dff
https://github.com/geany/www.geany.org/commit/8408bada8ab98d2cf539fab607e5458a06f88dff
Log Message:
-----------
Remove broken link middleware
After the site has been settled, it's not so important
anymore to review each 404 error.
Modified Paths:
--------------
geany/settings.py
Modified: geany/settings.py
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -344,7 +344,6 @@
# Uncomment if using internationalisation or localisation
# "django.middleware.locale.LocaleMiddleware",
"django.middleware.common.CommonMiddleware",
- "django.middleware.common.BrokenLinkEmailsMiddleware",
"django.middleware.csrf.CsrfViewMiddleware",
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list