This repository was archived by the owner on Jul 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff 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
2012This 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
5850Next, edit the "Request URL" field under the "Voice" section and point
5951it 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
6456See the images below as an example on how to do it:
6557
You can’t perform that action at this time.
0 commit comments