A RESTful API for managing messaging content, subscriptions and sending via Vumi-go
Project description
A RESTful API for managing messaging content, subscriptions and sending via Vumi-go
$ virtualenv ve $ source ve/bin/activate (ve)$ pip install -r requirements.txt (ve)$ pip install -r requirements-dev.txt (ve)$ py.test --ds=testsettings subscription/tests.py --cov=subscription
Configuration
The following configuration (with dummy values replaced by real ones) needs to be added to settings.py to configure this app:
INSTALLED_APPS = [ # Usual Django stuff plus # Third-party apps 'south', 'tastypie', 'djcelery', # Us 'subscription' ] VUMI_GO_ACCOUNT_KEY = "replaceme" VUMI_GO_CONVERSATION_KEY = "replaceme" VUMI_GO_ACCOUNT_TOKEN = "replaceme" CELERY_ACCEPT_CONTENT = ['pickle'] CELERY_TASK_SERIALIZER = 'pickle' CELERY_RESULT_SERIALIZER = 'pickle' CELERY_ALWAYS_EAGER = DEBUG SUBSCRIPTION_SEND_INITIAL_DELAYED = 1800 # optional delay in seconds SUBSCRIPTION_MULTIPART_BOUNDARY = "-------"
Release Notes
0.6.0 - 2015-01-13 - Added support for default schedules on message sets for auto transition
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
Close
Hashes for django-messaging-subscription-0.6.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a30965b861607862a6d50400c5b1c65d0fe0b93d564411773cf2d8932bd4e34a |
|
MD5 | c3d7ebddd9d3fa86e5c5b9f4b7121e66 |
|
BLAKE2b-256 | f78789303142c4d5c67a4a239ef534ca5af4624d5a906a6e0baeaa4b4bffd73e |
Close
Hashes for django_messaging_subscription-0.6.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbdcddace62bbf66901df81d1d23e759b63ea952a1ab3db3f6a0654ccb1479f5 |
|
MD5 | 6f4de3459a52dae3991135bdd8001e60 |
|
BLAKE2b-256 | 9da32dea47a41031a0594000ae300d288c2918e6e60b560f6bb2791168d3c00b |