Mr. Editor-in-chief • August 19, 2021 Git Server on Cloud Create a Git server on cloud: add git user, configure SSH authorized keys, initialize bare Git repository.
Mr. Editor-in-chief • June 21, 2021 Add a Session Timeout in Django Implement auto-logout in Django with django-auto-logout: middleware setup, session timeout configuration, dependencies.
Mr. Editor-in-chief • June 6, 2021 Add a Django Admin Honeypot Setup django-admin-honeypot: fake admin login to log and notify unauthorized access attempts, with installation steps.
Mr. Editor-in-chief • March 4, 2021 Install and Manage Multiple Python Versions on Windows Manage multiple Python versions on Windows 10/11: rename Python executables and configure environment variables.
Mr. Editor-in-chief • February 1, 2021 Send Emails with Django Send emails through Django using Gmail: setup 2FA, generate App Passwords, and configure Django email settings.