Im planning to integrate twilio for two factor authentication in my Django application.
Now, I have installed twilio python module and sent some random messages to my number.
The next step is for me to send some random 6 digit numbers that's done in banking application or google two factor authentication.
How can I generate these numbers in my DJango application?