mirror of
https://github.com/wsvincent/awesome-django.git
synced 2025-03-13 17:19:49 +00:00
add Security section
This commit is contained in:
parent
bc26b5a327
commit
79a8267c9c
@ -26,6 +26,7 @@
|
||||
- [Models](#models)
|
||||
- [Performance](#performance)
|
||||
- [Search](#search)
|
||||
- [Security](#security)
|
||||
- [Static Assets](#static-assets)
|
||||
- [Task Queues](#task-queues)
|
||||
- [Testing](#testing)
|
||||
@ -146,6 +147,10 @@ _For a complete listing of all available packages, see [Django Packages](https:/
|
||||
- [django-haystack](https://github.com/django-haystack/django-haystack) - Modular search for Django.
|
||||
- [django-watson](https://github.com/etianen/django-watson) - Full-text search plugin.
|
||||
|
||||
### Security
|
||||
- [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.
|
||||
|
||||
### Static Assets
|
||||
- [django-storages](https://github.com/jschneier/django-storages) - A single library to support multiple custom storage backends for Django.
|
||||
- [django-compressor](https://github.com/django-compressor/django-compressor/) - Compress JavaScript/CSS into a single cached file.
|
||||
|
Loading…
x
Reference in New Issue
Block a user