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.7.1 - 2016-05-20 - Pin and bump of dependency versions 0.7.0 - 2015-05-06 - Added support for firing metrics on completion of sets 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.7.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 410e24f5996433fe3d0f7c6aaa520f189d073bb3546977cf380a7c545c215d5e |
|
MD5 | c99d61e736d87dcb0eeef71b94fff59a |
|
BLAKE2b-256 | 5df6c322621cfdeef7cea4b1e860f38e26169995fcb8a046b03540eb4f5d87fd |
Close
Hashes for django_messaging_subscription-0.7.1-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ddb8c7e06ce7ce479fc598b373654ce4f1012c75e262db537953b8b1ce50ed4 |
|
MD5 | c2c11c80a543b9f0390069f1d8502cf6 |
|
BLAKE2b-256 | 5e042de3a480b0d50296defa3a63227581889ed484af39ea4d448c86ee0640cb |