Code Monkey home page Code Monkey logo

django-smsish's Introduction

Hi there ๐Ÿ‘‹

django-smsish's People

Contributors

ryanbalfanz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

django-smsish's Issues

Free Use

Hello everyone. I want to explode the sending of SMS in my future sites and by doing research I came across your API. But I wonder if sending SMS through it can cover the whole world and if it's free, what are the limitations?
Thank you.

Not able to get smsish working

Hi Ryan,
I am trying to get django-smsish app working in my project. First I am trying to get it working as is on github so I downloaded the source code, installed everything from requirements files as is and when ran runserver I am getting following errors. My pip freeze output looks like below.

Can you advise what am I doing wrong? And how to fix it? I mean url.find is failing so I am pretty clueless.

Thanks.

^C(sms_testing)Mihirs-MacBook-Pro:django-smsish mihir$ pip freeze
Django==1.9.4
Pygments==2.1.3
appnope==0.1.0
backports.shutil-get-terminal-size==1.0.0
click==6.6
coverage==4.0.3
coveralls==1.1
decorator==4.0.10
django-extensions==1.6.1
django-rq==0.9.0
django-smsish==1.3.2
docopt==0.6.2
enum34==1.1.6
httplib2==0.9.2
ipdb==0.9.0
ipython==5.1.0
ipython-genutils==0.1.0
pathlib2==2.1.0
pexpect==4.2.1
pickleshare==0.7.4
prompt-toolkit==1.0.9
ptyprocess==0.5.1
pytz==2016.7
redis==2.10.5
requests==2.12.1
rq==0.7.0
simplegeneric==0.8.1
six==1.10.0
traitlets==4.3.1
twilio==5.4.0
wcwidth==0.1.7
wsgiref==0.1.2
(sms_testing)Mihirs-MacBook-Pro:django-smsish mihir$

Internal Server Error: /django-rq/
Traceback (most recent call last):
File "/Users/mihir/.virtualenvs/sms_testing/lib/python2.7/site-packages/django/core/handlers/base.py", line 149, in get_response
response = self.process_exception_by_middleware(e, request)
File "/Users/mihir/.virtualenvs/sms_testing/lib/python2.7/site-packages/django/core/handlers/base.py", line 147, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/Users/mihir/.virtualenvs/sms_testing/lib/python2.7/site-packages/django/contrib/auth/decorators.py", line 23, in _wrapped_view
return view_func(request, *args, **kwargs)
File "/Users/mihir/.virtualenvs/sms_testing/lib/python2.7/site-packages/django_rq/views.py", line 26, in stats
queue = get_queue_by_index(index)
File "/Users/mihir/.virtualenvs/sms_testing/lib/python2.7/site-packages/django_rq/queues.py", line 133, in get_queue_by_index
connection=get_redis_connection(config['connection_config']),
File "/Users/mihir/.virtualenvs/sms_testing/lib/python2.7/site-packages/django_rq/queues.py", line 54, in get_redis_connection
return redis_cls.from_url(config['URL'], db=config.get('DB'))
File "/Users/mihir/.virtualenvs/sms_testing/lib/python2.7/site-packages/redis/client.py", line 391, in from_url
connection_pool = ConnectionPool.from_url(url, db=db, **kwargs)
File "/Users/mihir/.virtualenvs/sms_testing/lib/python2.7/site-packages/redis/connection.py", line 774, in from_url
url = urlparse(url)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urlparse.py", line 143, in urlparse
tuple = urlsplit(url, scheme, allow_fragments)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urlparse.py", line 182, in urlsplit
i = url.find(':')
AttributeError: 'NoneType' object has no attribute 'find'
[25/Nov/2016 18:44:31] "GET /django-rq/ HTTP/1.1" 500 95009

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.