Re: Django sms
On Fri, 14 Sep 2012 13:04:38 -0700, "Aaron C. de Bruyn"
<aaron@heyaaron.com> declaimed the following in
gmane.comp.python.django.user:
> On Fri, Sep 14, 2012 at 11:40 AM, Lunga Baliwe <lunga001@gmail.com> wrote:
> > I am writting a website that sends sms to a cell phone. I am using
> > django-sendsms-0.2.2. I followed the README.rst doc and the output does
> > appear on the console. How do I make it to actually send the sms?
With the assistance of the link provided below, and browsing some of
the source code files it looks like only two or three SMS /providers/
exist in the backends. If you aren't using one of those, you'll have to
roll your own backend.
The active backends appear to be: Esendex (spanish
http://www.esendex.es/), "sluzba" (czech sms.sluzba.cz), and "twilio"
(which needs another library to be installed). You appear to be using
"console", the other backends look to be a do-nothing "dummy", one that
stores messages in local memory (useful for test suites perhaps), and
one that stores messages as local files.
{following text left in as I refer to the link supplied by the
respondent}
>
> You might want to contact the developer of the application. But
> without any error messages or showing the relevant sections of your
> code, it will be tough for anyone to offer assistance.
>
> https://github.com/stefanfoulis/django-sendsms
>
> -A
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home