Django: How to implement Python Decouple Nov 14, 2022 Django Django: How to implement Python Decouple Why do we need Python Decouple? As we continue to build our Django web application, we will eventually come to a realization that there is
The best third-party tools to utilise for Django deployment Nov 14, 2022 Django The best third-party tools to utilise for Django deployment Web application security Web application security is the process of shielding websites and online services against security threats that leave an application exposed. Web application
Multi-factor authentication (MFA) for your Django admin page Nov 14, 2022 Django Multi-factor authentication (MFA) for your Django admin page What will you learn? To better protect your django admin page, you should implement MFA. You could either request that an SMS be sent to
Adding a session timeout in Django Nov 14, 2022 Django Adding a session timeout in Django Why do we need a session timeout? If your users are accessing your website from a public computer at an internet cafe or a library,
Using a simple captcha in Django Nov 14, 2022 Django Using a simple captcha in Django *This part requires you to have sufficient knowledge of Django forms.* A CAPTCHA is a response check to test if the user is a robot