Adding two factor authentication to Django admin

Adding two factor authentication to Django admin

Articles
If you ever wanted to add Two-factor authentication (2FA) with Time-based one-time passwords (TOTP) support to the Django admin then this article is for you.