Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 523 Bytes

File metadata and controls

15 lines (10 loc) · 523 Bytes

:fa:`lock` Security

Most Django applications contain a lot of proprietary or even confidential information. Hence, it is crucial to take all possible measures to take your Django application secure and to reduce the possibility of being hacked.

Use the following patterns to increase the security of your code.

.. toctree::
    :maxdepth: 1

    allowed_hosts_setting_missing
    django_secrect_key_published
    same_value_for_media_root_and_static_root
    same_value_for_media_url_and_static_url