cookiecutter-django/{{cookiecutter.project_slug}}/config
Dani Hodovic 1dd8608142
Add django.middleware.common.BrokenLinkEmailsMiddleware
https://docs.djangoproject.com/en/2.2/howto/error-reporting/#errors

> If those conditions are met, Django will email the users listed in the
> MANAGERS setting whenever your code raises a 404 and the request has a
> referer. It doesn’t bother to email for 404s that don’t have a referer –
> those are usually just people typing in broken URLs or broken Web bots.
> It also ignores 404s when the referer is equal to the requested URL,
> since this behavior is from broken Web bots too.
2019-12-10 12:46:52 +01:00
..
settings Add django.middleware.common.BrokenLinkEmailsMiddleware 2019-12-10 12:46:52 +01:00
__init__.py Refactor Celery integration according to current best practices 2019-04-02 15:40:32 +01:00
celery_app.py Refactor Celery integration according to current best practices 2019-04-02 15:40:32 +01:00
urls.py Run Black on Travis (#1957) 2019-03-18 17:49:43 +00:00
wsgi.py Migrate to unified Sentry SDK (#1820) 2019-03-20 10:04:44 +00:00