# rapidsms-core-dev **Repository Path**: mirrors_hfeeki/rapidsms-core-dev ## Basic Information - **Project Name**: rapidsms-core-dev - **Description**: Build SMS applications with Python and Django - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README RapidSMS ======== RapidSMS is a free and open source framework for building interactive SMS applications, which integrates tightly with `Django`_ to provide a rich reporting interface. It was created by the Innovation Team at `UNICEF`_, and is under development by `the RapidSMS Team`_. .. _Django: http://djangoproject.com .. _UNICEF: http://unicef.org .. _the RapidSMS Team: http://github.com/rapidsms Installing ========== RapidSMS is best installed via `PyPi`_:: $ pip install rapidsms .. _PyPi: http://pypi.python.org/pypi/RapidSMS The RapidSMS project skeleton is identical to the Django project skeleton, with a few of our settings added. To quickly spawn a new project, we've bundled a wrapper around django-admin.py:: $ rapidsms-admin.py startproject myproject The ``runrouter`` management command starts the router, sends and receives SMS (and other short messages) via the configurable backends:: $ python manage.py runrouter Getting Help ============ Right now, RapidSMS isn't very well documented. We're working on that on `the RapidSMS wiki`_, but you may find more useful information on `the mailing list` for the time being. .. _the RapidSMS wiki: http://docs.rapidsms.org .. _the mailing list: http://groups.google.com/group/rapidsms Dependencies ============ * `Python `_ * `Django `_ * `django-nose `_ * `djappsettings `_ * `djtables `_ License ======= RapidSMS is free software, available under the BSD license. Bugs ==== Please file bugs on `GitHub`_. .. _GitHub: http://github.com/rapidsms/rapidsms-core-dev/issues