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
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.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b43cdbeed5d5f77d7a5c749cbde0650461b2e6ee2cb0525b627e6ae2ccbac564 |
|
MD5 | ca139932c36e38323f82ef340ab0ddbd |
|
BLAKE2b-256 | 820eae0b5625ecdcff2e72257f77ab6cecd0606f51bfbb534c67767e26b761e1 |
Close
Hashes for django_messaging_subscription-0.1.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b891c0f5cc11a2277390b1c28522de12476ead472cddd2d2975c5acc9c48173c |
|
MD5 | a7d0e50121000dff756ff4a43262dd5e |
|
BLAKE2b-256 | d98f3eaccca059cd80e4e278073903f09f65ad72c13f9639743c7e45aeed5b60 |