Add SMS and Telegram notification functions to handle user verification messages
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m15s

This commit is contained in:
2025-05-31 13:40:29 +05:00
parent a9e1973f4a
commit cdd032ac54
3 changed files with 45 additions and 2 deletions

View File

@ -31,7 +31,7 @@ import re
from typing import cast, Dict, Any
from django.core.mail import send_mail
from django.db.models import Q
from api.sms import send_otp
from api.notifications import send_otp
from .tasks import add, add_new_devices_to_omada
from devices.models import Device