Skip to content

Commit 55d4a55

Browse files
committed
fixing issues as found in issue mattmakai#82
1 parent d52479e commit 55d4a55

File tree

6 files changed

+4
-57
lines changed

6 files changed

+4
-57
lines changed

all.html

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,20 +1672,9 @@ <h2>Django books and tutorials</h2>
16721672
questions about it.</p>
16731673
</li>
16741674
<li>
1675-
<p>Lincoln Loop wrote a
1676-
<a href="http://lincolnloop.com/django-best-practices/">Django Best Practices guide</a>
1677-
for the community.</p>
1678-
</li>
1679-
<li>
16801675
<p>Steve Losh wrote an incredibly detailed <a href="http://stevelosh.com/blog/2011/06/django-advice/">Django Advice guide</a>.</p>
16811676
</li>
16821677
<li>
1683-
<p><a href="http://lightbird.net/dbe2/">Django by Example</a> is a set of tutorials for
1684-
creating Django projects such as a blog, forum, issue tracker and portfolio.
1685-
This is a good site if you want to dive right into the code with minimal
1686-
prose.</p>
1687-
</li>
1688-
<li>
16891678
<p><a href="http://programming.oreilly.com/2014/04/simplifying-django.html">Lightweight Django</a>
16901679
has several nice examples for breaking Django into smaller simpler
16911680
components.</p>
@@ -1705,10 +1694,6 @@ <h2>Django books and tutorials</h2>
17051694
shows how to transmit data via AJAX with JQuery.</p>
17061695
</li>
17071696
<li>
1708-
<p><a href="http://www.nickpolet.com/blog/deploying-django-on-aws/1/">Deploying Django on AWS</a>
1709-
is another walkthrough for deploying Django to AWS.</p>
1710-
</li>
1711-
<li>
17121697
<p><a href="https://github.com/rosarior/awesome-django">django-awesome</a> is a curated
17131698
list of Django libraries and resources.</p>
17141699
</li>
@@ -1732,11 +1717,6 @@ <h2>Django books and tutorials</h2>
17321717
application.</p>
17331718
</li>
17341719
<li>
1735-
<p><a href="http://djangowos.com/">Django: Wall of Superpowers!</a> shows packages that
1736-
are Python 3 compatible in green and ones that are not yet compatible with
1737-
Python 3 in red.</p>
1738-
</li>
1739-
<li>
17401720
<p>Luke Plant writes about
17411721
<a href="http://lukeplant.me.uk/blog/posts/my-approach-to-class-based-views/">his approach to class based views</a> (CBVs),
17421722
which often provoke heated debate in the Django community for whether they
@@ -8315,6 +8295,7 @@ <h1>Change Log</h1>
83158295
<h2>2016</h2>
83168296
<h3>March</h3>
83178297
<ul>
8298+
<li>Removed unfortunate dead links from the <a href="/django.html">Django</a> page.</li>
83188299
<li>Made a huge improvement to the layout of the full-sized table of contents
83198300
that appears on pages that are above 768px wide (the collapsed table of
83208301
contents for mobile stays the same).</li>

change-log.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ <h1>Change Log</h1>
3939
<h2>2016</h2>
4040
<h3>March</h3>
4141
<ul>
42+
<li>Removed unfortunate dead links from the <a href="/django.html">Django</a> page.</li>
4243
<li>Made a huge improvement to the layout of the full-sized table of contents
4344
that appears on pages that are above 768px wide (the collapsed table of
4445
contents for mobile stays the same).</li>

django.html

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -113,20 +113,9 @@ <h2>Django books and tutorials</h2>
113113
questions about it.</p>
114114
</li>
115115
<li>
116-
<p>Lincoln Loop wrote a
117-
<a href="http://lincolnloop.com/django-best-practices/">Django Best Practices guide</a>
118-
for the community.</p>
119-
</li>
120-
<li>
121116
<p>Steve Losh wrote an incredibly detailed <a href="http://stevelosh.com/blog/2011/06/django-advice/">Django Advice guide</a>.</p>
122117
</li>
123118
<li>
124-
<p><a href="http://lightbird.net/dbe2/">Django by Example</a> is a set of tutorials for
125-
creating Django projects such as a blog, forum, issue tracker and portfolio.
126-
This is a good site if you want to dive right into the code with minimal
127-
prose.</p>
128-
</li>
129-
<li>
130119
<p><a href="http://programming.oreilly.com/2014/04/simplifying-django.html">Lightweight Django</a>
131120
has several nice examples for breaking Django into smaller simpler
132121
components.</p>
@@ -146,10 +135,6 @@ <h2>Django books and tutorials</h2>
146135
shows how to transmit data via AJAX with JQuery.</p>
147136
</li>
148137
<li>
149-
<p><a href="http://www.nickpolet.com/blog/deploying-django-on-aws/1/">Deploying Django on AWS</a>
150-
is another walkthrough for deploying Django to AWS.</p>
151-
</li>
152-
<li>
153138
<p><a href="https://github.com/rosarior/awesome-django">django-awesome</a> is a curated
154139
list of Django libraries and resources.</p>
155140
</li>
@@ -173,11 +158,6 @@ <h2>Django books and tutorials</h2>
173158
application.</p>
174159
</li>
175160
<li>
176-
<p><a href="http://djangowos.com/">Django: Wall of Superpowers!</a> shows packages that
177-
are Python 3 compatible in green and ones that are not yet compatible with
178-
Python 3 in red.</p>
179-
</li>
180-
<li>
181161
<p>Luke Plant writes about
182162
<a href="http://lukeplant.me.uk/blog/posts/my-approach-to-class-based-views/">his approach to class based views</a> (CBVs),
183163
which often provoke heated debate in the Django community for whether they

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>2016-03-14T07:20:53Z</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>2016-03-15T14:54:21Z</updated></feed>

source/content/pages/04-web-development/03-django.markdown

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,8 @@ as of Django 1.7.
9494
the latest resources for learning Django and is also a good spot to ask
9595
questions about it.
9696

97-
* Lincoln Loop wrote a
98-
[Django Best Practices guide](http://lincolnloop.com/django-best-practices/)
99-
for the community.
100-
10197
* Steve Losh wrote an incredibly detailed [Django Advice guide](http://stevelosh.com/blog/2011/06/django-advice/).
10298

103-
* [Django by Example](http://lightbird.net/dbe2/) is a set of tutorials for
104-
creating Django projects such as a blog, forum, issue tracker and portfolio.
105-
This is a good site if you want to dive right into the code with minimal
106-
prose.
107-
10899
* [Lightweight Django](http://programming.oreilly.com/2014/04/simplifying-django.html)
109100
has several nice examples for breaking Django into smaller simpler
110101
components.
@@ -120,9 +111,6 @@ as of Django 1.7.
120111
* This [step-by-step guide for Django](http://aliteralmind.wordpress.com/2014/09/21/jquery_django_tutorial/)
121112
shows how to transmit data via AJAX with JQuery.
122113

123-
* [Deploying Django on AWS](http://www.nickpolet.com/blog/deploying-django-on-aws/1/)
124-
is another walkthrough for deploying Django to AWS.
125-
126114
* [django-awesome](https://github.com/rosarior/awesome-django) is a curated
127115
list of Django libraries and resources.
128116

@@ -141,10 +129,6 @@ as of Django 1.7.
141129
will show you how to integrate social media sign in buttons into your Django
142130
application.
143131

144-
* [Django: Wall of Superpowers!](http://djangowos.com/) shows packages that
145-
are Python 3 compatible in green and ones that are not yet compatible with
146-
Python 3 in red.
147-
148132
* Luke Plant writes about
149133
[his approach to class based views](http://lukeplant.me.uk/blog/posts/my-approach-to-class-based-views/) (CBVs),
150134
which often provoke heated debate in the Django community for whether they

source/content/pages/13-meta/02-change-log.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ the
1616

1717
## 2016
1818
### March
19+
* Removed unfortunate dead links from the [Django](/django.html) page.
1920
* Made a huge improvement to the layout of the full-sized table of contents
2021
that appears on pages that are above 768px wide (the collapsed table of
2122
contents for mobile stays the same).

0 commit comments

Comments
 (0)