File tree Expand file tree Collapse file tree 6 files changed +24
-1
lines changed
Expand file tree Collapse file tree 6 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,11 @@ <h2>Django tutorials</h2>
193193 framework learning curve.</ p >
194194</ li >
195195< li >
196+ < p > The < a href ="http://tutorial.djangogirls.org/en/index.html "> Django Girls Tutorial</ a >
197+ is a great tutorial that doesn't assume any prior knowledge of Python or
198+ Django while helping you build your first web application.</ p >
199+ </ li >
200+ < li >
196201< p > < a href ="http://twoscoopspress.com/products/two-scoops-of-django-1-6 "> 2 Scoops of Django</ a >
197202 by Daniel Greenfeld and Audrey Roy is well worth the price of admission if
198203 you're serious about learning how to correctly develop Django websites.</ p >
@@ -4424,6 +4429,9 @@ <h1>Change Log</h1>
44244429< h2 > 2015</ h2 >
44254430< h3 > January</ h3 >
44264431< ul >
4432+ < li > Stripped a significant portion of unused Bootstrap boilerplate from the CSS
4433+ file and minified it. The resulting CSS file is over 100KB less (about
4434+ 25KB down from 130KB) so the site should load faster now.</ li >
44274435< li > Major update to < a href ="/websockets.html "> WebSockets page</ a > with new diagrams
44284436 and better explanations for why server push is useful.</ li >
44294437< li > New task queue resources.</ li >
Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ <h1>Change Log</h1>
4646< h2 > 2015</ h2 >
4747< h3 > January</ h3 >
4848< ul >
49+ < li > Stripped a significant portion of unused Bootstrap boilerplate from the CSS
50+ file and minified it. The resulting CSS file is over 100KB less (about
51+ 25KB down from 130KB) so the site should load faster now.</ li >
4952< li > Major update to < a href ="/websockets.html "> WebSockets page</ a > with new diagrams
5053 and better explanations for why server push is useful.</ li >
5154< li > New task queue resources.</ li >
Original file line number Diff line number Diff line change @@ -86,6 +86,11 @@ <h2>Django tutorials</h2>
8686 framework learning curve.</ p >
8787</ li >
8888< li >
89+ < p > The < a href ="http://tutorial.djangogirls.org/en/index.html "> Django Girls Tutorial</ a >
90+ is a great tutorial that doesn't assume any prior knowledge of Python or
91+ Django while helping you build your first web application.</ p >
92+ </ li >
93+ < li >
8994< p > < a href ="http://twoscoopspress.com/products/two-scoops-of-django-1-6 "> 2 Scoops of Django</ a >
9095 by Daniel Greenfeld and Audrey Roy is well worth the price of admission if
9196 you're serious about learning how to correctly develop Django websites.</ p >
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 >2015-01-26T10:54:46Z </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-01-27T07:22:40Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -72,6 +72,10 @@ syntax and language semantics first before diving into web development.
7272 current developers said this book really helped them get over the initial
7373 framework learning curve.
7474
75+ * The [ Django Girls Tutorial] ( http://tutorial.djangogirls.org/en/index.html )
76+ is a great tutorial that doesn't assume any prior knowledge of Python or
77+ Django while helping you build your first web application.
78+
7579* [ 2 Scoops of Django] ( http://twoscoopspress.com/products/two-scoops-of-django-1-6 )
7680 by Daniel Greenfeld and Audrey Roy is well worth the price of admission if
7781 you're serious about learning how to correctly develop Django websites.
Original file line number Diff line number Diff line change 2424
2525## 2015
2626### January
27+ * Stripped a significant portion of unused Bootstrap boilerplate from the CSS
28+ file and minified it. The resulting CSS file is over 100KB less (about
29+ 25KB down from 130KB) so the site should load faster now.
2730* Major update to [ WebSockets page] ( /websockets.html ) with new diagrams
2831 and better explanations for why server push is useful.
2932* New task queue resources.
You can’t perform that action at this time.
0 commit comments