File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
source/content/pages/02-web-frameworks Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,10 @@ <h2>Django tutorials</h2>
211211 Web Services.</ p >
212212</ li >
213213< li >
214+ < p > This < a href ="http://aliteralmind.wordpress.com/2014/09/21/jquery_django_tutorial/ "> step-by-step guide for Django</ a >
215+ shows how to transmit data via AJAX with JQuery.</ p >
216+ </ li >
217+ < li >
214218< p > < a href ="http://www.nickpolet.com/blog/deploying-django-on-aws/1/ "> Deploying Django on AWS</ a >
215219 is another walkthrough for deploying Django to AWS.</ p >
216220</ li >
Original file line number Diff line number Diff line change @@ -123,6 +123,10 @@ <h2>Django tutorials</h2>
123123 Web Services.</ p >
124124</ li >
125125< li >
126+ < p > This < a href ="http://aliteralmind.wordpress.com/2014/09/21/jquery_django_tutorial/ "> step-by-step guide for Django</ a >
127+ shows how to transmit data via AJAX with JQuery.</ p >
128+ </ li >
129+ < li >
126130< p > < a href ="http://www.nickpolet.com/blog/deploying-django-on-aws/1/ "> Deploying Django on AWS</ a >
127131 is another walkthrough for deploying Django to AWS.</ p >
128132</ li >
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 >2014-09-22T07:16:35Z </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 >2014-09-25T09:09:50Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -101,6 +101,9 @@ syntax and language semantics first before diving into web development.
101101 is a detailed walkthrough for deploying an example Django app to Amazon
102102 Web Services.
103103
104+ * This [ step-by-step guide for Django] ( http://aliteralmind.wordpress.com/2014/09/21/jquery_django_tutorial/ )
105+ shows how to transmit data via AJAX with JQuery.
106+
104107* [ Deploying Django on AWS] ( http://www.nickpolet.com/blog/deploying-django-on-aws/1/ )
105108 is another walkthrough for deploying Django to AWS.
106109
You can’t perform that action at this time.
0 commit comments