File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
source/content/pages/02-web-frameworks Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
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-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 >
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments