Skip to content
forked from c7h/SMS_Web

Django-based Webinterface for sending SMS

Notifications You must be signed in to change notification settings

MundtDominik/SMS_Web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#SMS_Web

Django-based Web interface for sending SMS ##overview SMS_Web is a simple Service for sending SMS/email. It runs on [Apache Webserver] (http://apache.org/) and others. screenshot web ##main idea I'm a volunteer member at our local UNICEF university group. The original intention was to create an interface, at which students can send messages to a fellow student to inform them, that he/she received a little present. (we got some Chocolate form our Sponsor).

  1. Student wants to send a Chocolate-Santa to a classmate.
  2. types in - name of the lucky recipient - the mobile-number / email - a short message - wish a personal message pinned at the Chocolate-Santa?
  3. sender will donate some money - as much as he wants.
  4. every message is logged in a database.
  5. the recipient will receive a message sms
  6. the recipient will pick up his present at our stand
  7. this should be marked in the database, so you keep track of the whole thing.

in action

##dependencies: you will need this [sipage api] (https://github.com/pklaus/python-sipgate-xmlrpc) The software is tested and known to work well on Python 2.7.1 on GNU/Ubuntu 12.10 with Django 1.3. I'm working on it to get in running on Django 1.7.x

##configuration

  1. edit settings_user.py. in order to get the software working, you need a [Sipgate account] (http://sipgate.de)

  2. in settings.py - edit DATABASES - edit SECRET_KEY to some unique

##test-run on localhost

  1. go to working dir.
  2. python manage.py syncd this will create a database
  3. python manage.py runserver or python manage.py runserver 0.0.0.0:8000 .than you will be able to reach you server from any machine in you network.
  4. go to browser http://localhost:8000

About

Django-based Webinterface for sending SMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.3%
  • CSS 15.9%
  • JavaScript 1.8%