I wish to create an hourly booking system in Django. I need some help regarding it :
1) I need to send text to mobile number (Free service because I can't invest money right now) ==> I have used Twilio but it can't send message to unverified numbers on basic plan 2) for booking I need to take time input of hour : ==> how can I take time input on hourly basis, It can be done as spread sheet way(how https://in.bookmyshow.com accepts seat booking) but I am unable to figure it out
For frontend I'm using Bootstrap5
for sending text to mobile number I tried Twilio but it can't send text to unverified numbers on basic plan.