Skip to content

Commit 79e4b3e

Browse files
committed
new django example project
1 parent 4c4752e commit 79e4b3e

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,10 @@ <h2>Open source Django example projects</h2>
423423
<a href="https://www.twilio.com/blog/2014/07/build-an-ivr-system-with-twilio-and-django.html">blog post</a>
424424
with detailed explanations of each step.</p>
425425
</li>
426+
<li>
427+
<p><a href="https://github.com/taigaio/taiga-back">Taiga</a> is a project management
428+
tool built with Django as the backend and AngularJS as the front end.</p>
429+
</li>
426430
</ul>
427431
<h2>Django project templates</h2>
428432
<ul>

django.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,10 @@ <h2>Open source Django example projects</h2>
324324
<a href="https://www.twilio.com/blog/2014/07/build-an-ivr-system-with-twilio-and-django.html">blog post</a>
325325
with detailed explanations of each step.</p>
326326
</li>
327+
<li>
328+
<p><a href="https://github.com/taigaio/taiga-back">Taiga</a> is a project management
329+
tool built with Django as the backend and AngularJS as the front end.</p>
330+
</li>
327331
</ul>
328332
<h2>Django project templates</h2>
329333
<ul>

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>2014-12-18T11:20:29Z</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-12-20T10:54:33Z</updated></feed>

source/content/pages/02-web-frameworks/0202-django.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@ existing framework.
270270
[blog post](https://www.twilio.com/blog/2014/07/build-an-ivr-system-with-twilio-and-django.html)
271271
with detailed explanations of each step.
272272

273+
* [Taiga](https://github.com/taigaio/taiga-back) is a project management
274+
tool built with Django as the backend and AngularJS as the front end.
275+
273276

274277
## Django project templates
275278
* [Caktus Group's Django project template](https://github.com/caktus/django-project-template)

0 commit comments

Comments
 (0)