django bulk sms

25 views
Skip to first unread message

ngangsia akumbo

unread,
Nov 6, 2014, 3:38:31 AM11/6/14
to django...@googlegroups.com
i have a mmodels like this

from django.db import models

# Create your models here.
class Text(models.Model):
    name = models.CharField(max_length=100, unique=True)
    number = models.IntegerField(default=0)

    def __unicode__(self):
        return self.name


i wish to connect this with kannel so i can send bulk sms , any ideas

Collin Anderson

unread,
Nov 12, 2014, 3:21:39 PM11/12/14
to django...@googlegroups.com
Hello,

You may want to try the kannel mailing list.


Collin

Reply all
Reply to author
Forward
0 new messages