File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
source/content/pages/02-web-frameworks Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,14 @@ <h2>Open source Django example projects</h2>
201201< p > < a href ="https://github.com/myusuf3/courtside "> Courtside</ a > is a pick up sports web
202202 application written and maintained by the author of PyCoder's Weekly.</ p >
203203</ li >
204+ < li >
205+ < p > These two Django Interactive Voice Response (IVR) system web application
206+ repositorities < a href ="https://github.com/phalt/twilio-django-part-1 "> part 1</ a > and
207+ < a href ="https://github.com/phalt/twilio-django-part-2 "> part 2</ a > show you how to
208+ build a really cool Django application. There's also an accompanying
209+ < a href ="https://www.twilio.com/blog/2014/07/build-an-ivr-system-with-twilio-and-django.html "> blog post</ a >
210+ with detailed explanations of each step.</ p >
211+ </ li >
204212</ ul >
205213< h2 > Django learning checklist</ h2 >
206214< p > < i class ="fa fa-check-square-o "> </ i >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-07-27T05:34:01Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-07-28T07:44:46Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -168,6 +168,13 @@ existing framework.
168168* [ Courtside] ( https://github.com/myusuf3/courtside ) is a pick up sports web
169169 application written and maintained by the author of PyCoder's Weekly.
170170
171+ * These two Django Interactive Voice Response (IVR) system web application
172+ repositorities [ part 1] ( https://github.com/phalt/twilio-django-part-1 ) and
173+ [ part 2] ( https://github.com/phalt/twilio-django-part-2 ) show you how to
174+ build a really cool Django application. There's also an accompanying
175+ [ blog post] ( https://www.twilio.com/blog/2014/07/build-an-ivr-system-with-twilio-and-django.html )
176+ with detailed explanations of each step.
177+
171178
172179## Django learning checklist
173180<i class =" fa fa-check-square-o " ></i >
You can’t perform that action at this time.
0 commit comments