Add sms notifications from a service to a queue.

This commit is contained in:
Rebecca Law
2016-01-27 17:42:05 +00:00
parent daff1c3f53
commit 42a4c8b0b1
10 changed files with 131 additions and 44 deletions

View File

@@ -14,6 +14,8 @@ class Config(object):
ADMIN_CLIENT_USER_NAME = None
ADMIN_CLIENT_SECRET = None
AWS_REGION = 'eu-west-1'
class Development(Config):
DEBUG = True