Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit feb29af

Browse files
author
Kat King
authored
Remove deploy to Heroku button
We no longer maintain tutorials for 1-touch deployment to Heroku
1 parent 2af064b commit feb29af

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ Use Twilio to conduct automated phone surveys.
77

88
## Quickstart
99

10-
### Heroku
11-
12-
This project is preconfigured to run on [Heroku](https://www.heroku.com/). Deploy it now:
13-
14-
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/TwilioDevEd/automated-survey-django)
15-
16-
To view your app, click the **...** menu in the top right corner and select **Open app**.
17-
1810
### Local development
1911

2012
This project is built using the [Django](https://www.djangoproject.com/) web framework. It runs on Python 2.7+ and Python 3.4+.
@@ -57,9 +49,9 @@ and open a number's configuration by clicking on it. ![Open a number's configura
5749

5850
Next, edit the "Request URL" field under the "Voice" section and point
5951
it towards your ngrok-exposed application `/automated-survey/first-survey/` route. Set
60-
the HTTP method to POST. If you are trying the Heroku
61-
application you need to point Twilio to
62-
`http://<your-app-name>.herokuapp.com/automated-survey/first-survey/`.
52+
the HTTP method to POST. If you are running the application
53+
in production somewhere, you need to point Twilio to
54+
`http://<your-app-name>.com/automated-survey/first-survey/`.
6355

6456
See the images below as an example on how to do it:
6557

0 commit comments

Comments
 (0)