Django, I use...
https://pypi.org/project/django-sms/
(disclosure: I've contributed to django-sms in the past)
- Ryan N
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails f
> Hi guys I have a project of django to send SMS to mobile number,
> Please guys I really need your helps
Well, that’s fine, but what help are you looking for?
- Benjamin
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To u
On 22/05/2022 10.08, Tanni Seriki wrote:
Hi guys I have a project of django to send SMS to mobile number,
Please guys I really need your helps
You will greatly improve your chances of getting help if you try to be a
bit more specific. I have no idea which kind of help you expect to get
from
Thanks Dennis,
I'm kind of newbie to software, but now I have an idea of what I need to
do because two of cellphone service providers in South Africa(Vodacom and
MTN - thanks for the list) do support email2sms.
I now have an idea of what I need to do, if I end up using the Django-sms
a
The code I wrote is the one on
https://github.com/stefanfoulis/django-sendsms which is:
settings.py
SENDSMS_BACKEND = 'sendsms.backends.console.SmsBackend'
view.py
from sendsms import api
def home(request):
api.send_sms(body='I can haz txt', from_phone='0768903661',
to=['0768903661'])
On Fri, Sep 14, 2012 at 11:40 AM, Lunga Baliwe 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?
You might want to contact the de
Good day,
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?
Your help will appreciated.
Kind regards,
Lunga
--
You received this message
damola oyeniyi wrote:
> Hi all,
>
> I have managed to install django-sms-gateway for use in my application, but I
> run into a few problems.
>
> The structure of the package is such that the 3 models are inside a models
> directory. So far, everything looks like its in place
kel
To: damola oyeniyi
Sent: Wednesday, August 31, 2011 12:03:03 PM
Subject: Re: django-sms-gateway
I'm guessing that you have a problem in models/gateway.py - perhaps there is a
'model' that should be 'models'.
What is the current contents of that file?
On 31/08/2011, a
Hi all,
I have managed to install django-sms-gateway for use in my application, but I
run into a few problems.
The structure of the package is such that the 3 models are inside a models
directory. So far, everything looks like its in place; there is an __init.py__
file in the models directory
click-a-tell?
From: damola oyeniyi
To: "django-users@googlegroups.com"
Sent: Monday, August 22, 2011 4:03:48 PM
Subject: Django-SMS-GAteway
Is there documentation available on how to use the django-sms -gateway API? I
am new to django enti
Is there documentation available on how to use the django-sms -gateway API? I
am new to django entirely, even slightly new to web development, but I have a
model that might not need webpages if I get my sms application right. At least
I can to push a demo to my investors, before I take time to
http://djangopackages.com/grids/g/sms/
On Thu, Aug 11, 2011 at 12:01 PM, damola oyeniyi wrote:
> Hi all,
>
> Please can someone tell me where the django-sms app is? I cannot find it on
> the google code repository.
>
> Regards
>
> --
> You received this message be
Hi all,
Please can someone tell me where the django-sms app is? I cannot find it on the
google code repository.
Regards
--
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@googlegrou
14 matches
Mail list logo