Skip to content

Commit bb191ba

Browse files
committed
adding new django resource
1 parent 69b98e9 commit bb191ba

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

all.html

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

django.html

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

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

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

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

0 commit comments

Comments
 (0)