From e545b9d741bb2e0b917d91bef4480451832c2a33 Mon Sep 17 00:00:00 2001 From: Nate Smith Date: Fri, 29 May 2015 17:27:37 +0100 Subject: [PATCH 1/3] remove comma --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index adf910b..50ef2a8 100644 --- a/app.json +++ b/app.json @@ -5,7 +5,7 @@ "keywords": [ "django", "arduino", "REST", "sensor" ], "addons": [ "heroku-postgresql:hobby-dev", - "heroku addons:create sendgrid:starter", + "heroku addons:create sendgrid:starter" ], "env": { "DJANGO_SECRET_KEY": { From 16d38acaad7ec7a2e507178c15683a89597a3df2 Mon Sep 17 00:00:00 2001 From: Nate Smith Date: Fri, 29 May 2015 17:34:27 +0100 Subject: [PATCH 2/3] change addon string --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 50ef2a8..e2542d8 100644 --- a/app.json +++ b/app.json @@ -5,7 +5,7 @@ "keywords": [ "django", "arduino", "REST", "sensor" ], "addons": [ "heroku-postgresql:hobby-dev", - "heroku addons:create sendgrid:starter" + "sendgrid:starter" ], "env": { "DJANGO_SECRET_KEY": { From 30c6431fdbdf881a9092fade28bde6594caa1a7f Mon Sep 17 00:00:00 2001 From: Nate Smith Date: Fri, 29 May 2015 17:45:26 +0100 Subject: [PATCH 3/3] change addon strings --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index e2542d8..8ed0954 100644 --- a/app.json +++ b/app.json @@ -4,8 +4,8 @@ "repository": "https://github.com/developmentseed/dustduino-server", "keywords": [ "django", "arduino", "REST", "sensor" ], "addons": [ - "heroku-postgresql:hobby-dev", - "sendgrid:starter" + "heroku-postgresql", + "sendgrid" ], "env": { "DJANGO_SECRET_KEY": {