Python Django: Ultimate Web Security Checklist - 2022

Python Django: Ultimate Web Security Checklist - 2022

Python Django: Ultimate Web Security Checklist - 2022 - 
Learn how to secure your Django web application | Two-Factor Authentication | Theory and hands-on demonstrations

New | Created by Arno Pretorius

Welcome! I'm here to help you ensure that your Django web application is secure for deployment.

This course is primarily intended for developers who have a basic knowledge of Django and want to secure their web application by integrating the following security strategies and more:


What you'll learn


  • How to ensure that your website is secure and ready for deployment
  • Implement a reCAPTCHA
  • How to implement two factor authentication (2FA) for your Django admin page
  • Manage failed login attempts
  • How to add a session timeout
  • Configure and set various security settings
  • How to manage users passwords
  • Theoretical tips on File handling