On Friday, March 14, 2014 4:02:08 PM UTC-4:30, Ankit Singh wrote:
>
> i want to know that for certain task i want to send some message to user 
> on his cellphone .
> is there any way that i can do so in django with importing costly 
> application.
>
Hello,

You can do with a third party module/API/application. Django is not for 
sending SMSs, but for web front end.

You can do what you need inside a Django application. Your Django 
application can connect or use third party service to send the SMS.

Regards,
Camilo

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/7aed31aa-6a03-4805-8bdc-d6f3ffe48c1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to