Skip to content

Commit

Permalink
Add csp to installed apps and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
CaitBarnard committed Nov 8, 2024
1 parent 30861a9 commit 002b179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"simple_history",
"axes",
"django_chunk_upload_handlers",
"csp",
]

ROOT_URLCONF = "config.urls"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ django-audit-log-middleware==0.0.5 ; python_version >= "3.12" and python_version
django-autocomplete-light==3.11.0 ; python_version >= "3.12" and python_version < "4.0"
django-axes==6.5.2 ; python_version >= "3.12" and python_version < "4.0"
django-chunk-upload-handlers==0.0.14 ; python_version >= "3.12" and python_version < "4.0"
django-csp==3.8 ; python_version >= "3.12" and python_version < "4.0"
django-environ==0.11.2 ; python_version >= "3.12" and python_version < "4"
django-extensions==3.2.3 ; python_version >= "3.12" and python_version < "4.0"
django-filter==24.3 ; python_version >= "3.12" and python_version < "4.0"
Expand Down

0 comments on commit 002b179

Please sign in to comment.