Skip to content

Commit 3476524

Browse files
committed
adding new django example app
1 parent 9961f5c commit 3476524

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,6 +1682,12 @@ <h2>Static and media files</h2>
16821682
<h2>Open source Django example projects</h2>
16831683
<ul>
16841684
<li>
1685+
<p><a href="https://www.twilio.com/docs/howto/walkthrough/browser-calls/python/django">Browser calls with Django and Twilio</a>
1686+
shows how to build a web app with Django and
1687+
<a href="https://www.twilio.com/client">Twilio Client</a> to turn a user's web
1688+
browser into a full-fledged phone. Pretty awesome!</p>
1689+
</li>
1690+
<li>
16851691
<p><a href="https://github.com/makaimc/txt2react">Txt 2 React</a> is a full Django web
16861692
app that allows audiences to text in during a presentation with feedback
16871693
or questions.</p>

django.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,12 @@ <h2>Static and media files</h2>
314314
<h2>Open source Django example projects</h2>
315315
<ul>
316316
<li>
317+
<p><a href="https://www.twilio.com/docs/howto/walkthrough/browser-calls/python/django">Browser calls with Django and Twilio</a>
318+
shows how to build a web app with Django and
319+
<a href="https://www.twilio.com/client">Twilio Client</a> to turn a user's web
320+
browser into a full-fledged phone. Pretty awesome!</p>
321+
</li>
322+
<li>
317323
<p><a href="https://github.com/makaimc/txt2react">Txt 2 React</a> is a full Django web
318324
app that allows audiences to text in during a presentation with feedback
319325
or questions.</p>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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>2015-10-06T15:00:38Z</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>2015-10-06T15:06:08Z</updated></feed>

source/content/pages/04-web-development/02-django.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,11 @@ to handle these files properly.
261261

262262

263263
## Open source Django example projects
264+
* [Browser calls with Django and Twilio](https://www.twilio.com/docs/howto/walkthrough/browser-calls/python/django)
265+
shows how to build a web app with Django and
266+
[Twilio Client](https://www.twilio.com/client) to turn a user's web
267+
browser into a full-fledged phone. Pretty awesome!
268+
264269
* [Txt 2 React](https://github.com/makaimc/txt2react) is a full Django web
265270
app that allows audiences to text in during a presentation with feedback
266271
or questions.

0 commit comments

Comments
 (0)