From 709832abc13fdeba749af5004402760cb7a53bff Mon Sep 17 00:00:00 2001 From: Michael Ho Chum Date: Sun, 12 Jan 2014 17:42:18 -0500 Subject: [PATCH] Very complete tutorial to Django 1.5.4 and web dev The tutorial is an extension of the official Django Book (6 parts), it adds extra web development knowledge such as HTML/CSS, AJAX, Bootstrap and JQuery --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 6e0c196e..9046ee03 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1256,6 +1256,7 @@ See also [TeX](#tex) * [Tango With Django](http://www.tangowithdjango.com/book/) * [Deploy Django](http://www.deploydjango.com) * [The Django Book](http://www.djangobook.com) +* [Tango With Django](http://www.tangowithdjango.com/) ####Flask * [Explore Flask](http://exploreflask.com/) (PDF) -- GitLab