From d50677749e65d0623946520fed55a3cb1fbeb9b0 Mon Sep 17 00:00:00 2001 From: Bill Cromie Date: Mon, 30 Oct 2017 13:43:30 -0400 Subject: [PATCH] adding raven public DSN to the settings --- settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.py b/settings.py index bb15956..01a8a95 100644 --- a/settings.py +++ b/settings.py @@ -45,6 +45,7 @@ 'dsn': env('RAVEN_DSN'), 'release': env('RAPIDPRO_VERSION'), } +RAVEN_PUBLIC_DSN = env('RAVEN_PUBLIC_DSN') # ----------------------------------------------------------------------------------- # Used when creating callbacks for Twilio, Nexmo etc..