File tree Expand file tree Collapse file tree
source/content/pages/04-web-development Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1278,11 +1278,11 @@ <h2>Web frameworks learning checklist</h2>
12781278</ li >
12791279</ ol >
12801280 < h1 > Django</ h1 >
1281- < p > < a href ="http://www.djangoproject.com/ "> Django</ a > is a widely used Python web
1281+ < p > < a href ="http://www.djangoproject.com/ "> Django</ a > is a widely- used Python web
12821282application framework with a "batteries-included" philosophy. The principle
12831283behind batteries-included is that the common functionality for building
12841284web applications should come with the framework instead of as separate
1285- libraries. </ p >
1285+ libraries.</ p >
12861286< p > < a href ="http://www.djangoproject.com/ " style ="border: none; "> < img src ="theme/img/django-logo-positive.png " width ="100% " alt ="Official Django logo. Trademark Django Software Foundation. " class ="technical-diagram " /> </ a > </ p >
12871287< p > For example,
12881288< a href ="https://docs.djangoproject.com/en/dev/topics/auth/ "> authentication</ a > ,
@@ -1297,7 +1297,7 @@ <h1>Django</h1>
12971297to perform user authentication. </ p >
12981298< p > The batteries-included and extensibility philosophies are simply two different
12991299ways to tackle framework building. Neither philosophy is inherently better
1300- than the other.</ p >
1300+ than the other one .</ p >
13011301< h2 > Why is Django a good web framework choice?</ h2 >
13021302< p > The Django project's stability, performance and community have grown
13031303tremendously over the past decade since the framework's creation. Detailed
Original file line number Diff line number Diff line change 3535</ div > < div class ="row ">
3636 < div class ="col-md-8 ">
3737 < h1 > Django</ h1 >
38- < p > < a href ="http://www.djangoproject.com/ "> Django</ a > is a widely used Python web
38+ < p > < a href ="http://www.djangoproject.com/ "> Django</ a > is a widely- used Python web
3939application framework with a "batteries-included" philosophy. The principle
4040behind batteries-included is that the common functionality for building
4141web applications should come with the framework instead of as separate
42- libraries. </ p >
42+ libraries.</ p >
4343< p > < a href ="http://www.djangoproject.com/ " style ="border: none; "> < img src ="theme/img/django-logo-positive.png " width ="100% " alt ="Official Django logo. Trademark Django Software Foundation. " class ="technical-diagram " /> </ a > </ p >
4444< p > For example,
4545< a href ="https://docs.djangoproject.com/en/dev/topics/auth/ "> authentication</ a > ,
@@ -54,7 +54,7 @@ <h1>Django</h1>
5454to perform user authentication. </ p >
5555< p > The batteries-included and extensibility philosophies are simply two different
5656ways to tackle framework building. Neither philosophy is inherently better
57- than the other.</ p >
57+ than the other one .</ p >
5858< h2 > Why is Django a good web framework choice?</ h2 >
5959< p > The Django project's stability, performance and community have grown
6060tremendously over the past decade since the framework's creation. Detailed
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-06-24T11:55:38Z </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-06-25T08:48:36Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ meta: Django is a widely used Python web framework with a 'batteries-included' p
66
77
88# Django
9- [ Django] ( http://www.djangoproject.com/ ) is a widely used Python web
9+ [ Django] ( http://www.djangoproject.com/ ) is a widely- used Python web
1010application framework with a "batteries-included" philosophy. The principle
1111behind batteries-included is that the common functionality for building
1212web applications should come with the framework instead of as separate
13- libraries.
13+ libraries.
1414
1515
1616<a href =" http://www.djangoproject.com/ " style =" border : none ;" ><img src =" theme/img/django-logo-positive.png " width =" 100% " alt =" Official Django logo. Trademark Django Software Foundation. " class =" technical-diagram " /></a >
@@ -30,7 +30,7 @@ to perform user authentication.
3030
3131The batteries-included and extensibility philosophies are simply two different
3232ways to tackle framework building. Neither philosophy is inherently better
33- than the other.
33+ than the other one .
3434
3535
3636## Why is Django a good web framework choice?
You can’t perform that action at this time.
0 commit comments