Skip to content

Commit f396a41

Browse files
committed
updating change log and adding django resource
1 parent e2d3401 commit f396a41

File tree

6 files changed

+24
-1
lines changed

6 files changed

+24
-1
lines changed

all.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

change-log.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

django.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

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-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>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

source/content/pages/11-misc/1104-change-log.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ the
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.

0 commit comments

Comments
 (0)