You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/content/pages/02-web-frameworks/0202-django.markdown
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,8 +67,8 @@ syntax and language semantics first before diving into web development.
67
67
68
68
69
69
## Django tutorials
70
-
*[Tango with Django](http://www.tangowithdjango.com/book/)are a extensive
71
-
free introductions to using the most popular Python web framework. Several
70
+
*[Tango with Django](http://www.tangowithdjango.com/book/)is an extensive
71
+
set of free introductions to using the most popular Python web framework. Several
72
72
current developers said this book really helped them get over the initial
73
73
framework learning curve.
74
74
@@ -110,7 +110,7 @@ syntax and language semantics first before diving into web development.
110
110
*[django-awesome](https://github.com/rosarior/awesome-django) is a curated
111
111
list of Django libraries and resources.
112
112
113
-
*[Starting a Django Project](https://realpython.com/learn/start-django/) answers the question, “How do I setup a Django (1.5, 1.6, or 1.7) Project from scratch?”
113
+
*[Starting a Django Project](https://realpython.com/learn/start-django/) answers the question, “How do I set up a Django (1.5, 1.6, or 1.7) project from scratch?”
114
114
115
115
116
116
## Django videos
@@ -152,7 +152,7 @@ syntax and language semantics first before diving into web development.
152
152
Django 1.7 migrations as well as how you use them.
153
153
154
154
* Andrew Pinkham's "Upgrading to Django 1.7" series is great learning
155
-
material for understanding what's changed in this major released and
155
+
material for understanding what's changed in this major release and
0 commit comments