From b692162e950c75083203b545a2ca3c9317897d66 Mon Sep 17 00:00:00 2001 From: Sergey G Date: Tue, 16 Jan 2018 15:33:44 +0500 Subject: [PATCH] LIL-66 Added token and account for Twilio service --- project/settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/settings.py b/project/settings.py index b9ca62a9..5743181b 100644 --- a/project/settings.py +++ b/project/settings.py @@ -141,6 +141,6 @@ DEFAULT_FROM_EMAIL = "postmaster@mail.9ev.ru" # SMS # https://github.com/twilio/twilio-python -TWILIO_ACCOUNT = '' -TWILIO_TOKEN = '' -TWILIO_FROM_PHONE = '' +TWILIO_ACCOUNT = 'ACdf4a96b776cc764bc3ec0f0e136ba550' +TWILIO_TOKEN = '559a6b1fce121759c9af2dcbb3f755ea' +TWILIO_FROM_PHONE = '+37128914409'