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.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d82d8037bc264b6d824c99104a5e16f7d5cd6e3f76faa37540f0a183e1cade7 |
|
MD5 | f59ad209796a7357f8491ccc59538f2e |
|
BLAKE2b-256 | 9ab3463152784802802d88799b2667aa386abd4f99e8b86df4db5c1fae3b3742 |
Close
Hashes for django_messaging_subscription-0.2.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a6abec4fa34a09a0b8551197d859fa026201b7dc5b63f3236e8fe3d6aecf1d3 |
|
MD5 | ecb6a3ce95d9517a58aba9ab65c09148 |
|
BLAKE2b-256 | 6bfd0bd5b89fcc386a7f3d0c5c6314310fcacdb1632628a1d199ad139caea6f7 |