File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed
source/content/pages/04-web-development Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff 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; ">
Original file line number Diff line number Diff 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; ">
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-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 >
Original file line number Diff line number Diff 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 ;" >
You can’t perform that action at this time.
0 commit comments