Update Django settings

Provide a sensible set of starting settings for a good
degree of security and document them well enough that
future operations people don't have to dig for hours
to understand what is being done.
This commit is contained in:
Seamus Johnston 2022-08-25 08:47:27 -05:00
parent 8f41050f76
commit 4ace5b4128
No known key found for this signature in database
GPG key ID: 2F21225985069105
3 changed files with 433 additions and 94 deletions

View file

@ -13,4 +13,5 @@ gunicorn = "*"
psycopg2-binary = "*"
[dev-packages]
django-debug-toolbar = "*"
django-debug-toolbar = "*"
nplusone = "*"