Re: Django SMS project

2022-05-23 Thread Ryan Nowakowski
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

Re: Django SMS project

2022-05-22 Thread Benjamin Schollnick
> 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

Re: Django SMS project

2022-05-22 Thread Kasper Laudrup
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

Re: Django sms

2012-09-15 Thread Lunga Baliwe
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

Re: Django sms

2012-09-14 Thread Lunga Baliwe
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'])

Re: Django sms

2012-09-14 Thread Aaron C. de Bruyn
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

Django sms

2012-09-14 Thread Lunga Baliwe
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

Re: django-sms-gateway

2011-08-31 Thread Nan
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

Re: django-sms-gateway

2011-08-31 Thread damola oyeniyi
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

django-sms-gateway

2011-08-31 Thread damola oyeniyi
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

Re: Django-SMS-GAteway

2011-08-22 Thread damola oyeniyi
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

Django-SMS-GAteway

2011-08-22 Thread damola oyeniyi
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

Re: Django-sms

2011-08-11 Thread Andre Terra
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

Django-sms

2011-08-11 Thread damola oyeniyi
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