Message queue for sending SMS messages through Polkomtel's MultiInfo service
Project description
Message queue for sending SMS messages through Polkomtel’s MultiInfo service
Free software: GNU Affero General Public License v3
Documentation: https://django-multiinfo.readthedocs.io.
Features
Pending :D
Demo
To run an example project for this django reusable app, click the button below and start a demo serwer on Heroku
Quickstart
Install MultiInfo for Django:
pip install django-multiinfo
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'django_multiinfo.apps.DjangoMultiinfoConfig',
...
)
Add MultiInfo for Django’s URL patterns:
import django_multiinfo.urls
urlpatterns = [
...
url(r'^', include(django_multiinfo.urls)),
...
]
Running Tests
Does the code actually work?
$ pipenv install --dev $ pipenv shell $ tox
We recommend using pipenv but a legacy approach to creating virtualenv and installing requirements should also work. Please install requirements/development.txt to setup virtual env for testing and development.
Credits
This package was created with Cookiecutter and the wooyek/cookiecutter-django-app project template.
History
0.1.0 (2018-03-30)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-multiinfo-0.1.16.tar.gz
.
File metadata
- Download URL: django-multiinfo-0.1.16.tar.gz
- Upload date:
- Size: 62.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e7e1865e54df2e96f12e3f0b079e29ac3af4efa1689b17289111cbab25f2589 |
|
MD5 | 998d8534cd5f8afcb14093d520f2fa1e |
|
BLAKE2b-256 | d3f01a151700975a241a765b5da7028efcf307386f067e8d879a8c28c9f4a8ff |
File details
Details for the file django_multiinfo-0.1.16-py2.py3-none-any.whl
.
File metadata
- Download URL: django_multiinfo-0.1.16-py2.py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9dea077ffaaaf16b41cf4e45bddf5e228a3ff2a0b6a7a2dfb8f7ffc7f1a82537 |
|
MD5 | ecb7a9763fbc618f5683b528facc756d |
|
BLAKE2b-256 | db9162c989c9fa1108ba1323dc85765e4b74ef964a86763daa6f265010a5540d |