From 3321602dce934fb72099bbdd94718ff2103ffa23 Mon Sep 17 00:00:00 2001 From: Stuart Maxwell Date: Fri, 4 Mar 2022 17:11:04 +1300 Subject: [PATCH] Add DJ Checkup --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2373278..12d9c75 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-csp](https://github.com/mozilla/django-csp) - Adds [Content-Security-Policy](http://www.w3.org/TR/CSP/) headers to Django. - [django-feature-policy](https://github.com/adamchainz/django-feature-policy) - Set the draft security HTTP header `Feature-Policy` on a Django app. - [django-protected-media](https://github.com/cobusc/django-protected-media) - Manages media that are considered sensitive in a protected fashion. +- [DJ Checkup](https://djcheckup.com) - Runs several checks on your deployed Django site to check for common security mistakes. ### Static Assets - [django-storages](https://github.com/jschneier/django-storages) - A single library to support multiple custom storage backends for Django.