Skip to content

Commit 72922d6

Browse files
committed
new django resource
1 parent 835f8fd commit 72922d6

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

all.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,10 +1207,15 @@ <h2>Django tutorials</h2>
12071207
explains what happens when you visit a webpage generated by Django.</p>
12081208
</li>
12091209
<li>
1210-
<p>The <a href="https://github.com/davisfreeman1015/SocialAuthDjangoTutorial">Python Social Auth for Django tutorial</a>
1210+
<p>This <a href="https://github.com/davisfreeman1015/SocialAuthDjangoTutorial">Python Social Auth for Django tutorial</a>
12111211
will show you how to integrate social media sign in buttons into your Django
12121212
application.</p>
12131213
</li>
1214+
<li>
1215+
<p><a href="http://djangowos.com/">Django Wall of Shame (WOS)</a> shows packages that
1216+
are Python 3 compatible in green and ones that are not yet compatible with
1217+
Python 3 in red.</p>
1218+
</li>
12141219
</ul>
12151220
<h2>Django videos</h2>
12161221
<p><div class="well" style="margin-top: 20px;">

django.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,15 @@ <h2>Django tutorials</h2>
170170
explains what happens when you visit a webpage generated by Django.</p>
171171
</li>
172172
<li>
173-
<p>The <a href="https://github.com/davisfreeman1015/SocialAuthDjangoTutorial">Python Social Auth for Django tutorial</a>
173+
<p>This <a href="https://github.com/davisfreeman1015/SocialAuthDjangoTutorial">Python Social Auth for Django tutorial</a>
174174
will show you how to integrate social media sign in buttons into your Django
175175
application.</p>
176176
</li>
177+
<li>
178+
<p><a href="http://djangowos.com/">Django Wall of Shame (WOS)</a> shows packages that
179+
are Python 3 compatible in green and ones that are not yet compatible with
180+
Python 3 in red.</p>
181+
</li>
177182
</ul>
178183
<h2>Django videos</h2>
179184
<p><div class="well" style="margin-top: 20px;">

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-04-03T10:16: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-04-05T11:33:52Z</updated></feed>

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,14 @@ While you're learning about Django you should also read up on
133133
* The [Django Request-Response Cycle](http://irisbeta.com/article/245366784/the-django-request-response-cycle/)
134134
explains what happens when you visit a webpage generated by Django.
135135

136-
* The [Python Social Auth for Django tutorial](https://github.com/davisfreeman1015/SocialAuthDjangoTutorial)
136+
* This [Python Social Auth for Django tutorial](https://github.com/davisfreeman1015/SocialAuthDjangoTutorial)
137137
will show you how to integrate social media sign in buttons into your Django
138138
application.
139139

140+
* [Django Wall of Shame (WOS)](http://djangowos.com/) shows packages that
141+
are Python 3 compatible in green and ones that are not yet compatible with
142+
Python 3 in red.
143+
140144

141145
## Django videos
142146
<div class="well" style="margin-top: 20px;">

0 commit comments

Comments
 (0)