Skip to content

Commit 0ce6f51

Browse files
committed
updated django page
1 parent 9552091 commit 0ce6f51

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

django.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ <h3>Django videos</h3>
170170
all available free of charge.</p>
171171
</li>
172172
</ul>
173-
<h3>What do you need to learn next to build your app?</h3>
173+
<h3>What do you need to learn next for your Django app?</h3>
174174
<div class="row">
175175
<div class="col-md-3">
176176
<div class="well select-next">

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-04-21T10:02:31Z</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-04-22T10:24:48Z</updated></feed>

source/content/pages/08-web-frameworks/0802-django.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ and [database schema migrations](https://docs.djangoproject.com/en/dev/topics/mi
5454
all available free of charge.
5555

5656

57-
### What do you need to learn next to build your app?
57+
### What do you need to learn next for your Django app?

0 commit comments

Comments
 (0)