File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
source/content/pages/02-web-frameworks Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ <h1>Django</h1>
5454< a href ="https://docs.djangoproject.com/en/dev/topics/auth/ "> authentication</ a > ,
5555< a href ="https://docs.djangoproject.com/en/dev/topics/http/urls/ "> URL routing</ a > , a
5656< a href ="https://docs.djangoproject.com/en/dev/topics/templates/ "> templating system</ a > ,
57- < a href ="https://docs.djangoproject.com/en/dev/topics/db/ "> object-relational mapper</ a > ,
57+ an < a href ="https://docs.djangoproject.com/en/dev/topics/db/ "> object-relational mapper</ a > ,
5858and < a href ="https://docs.djangoproject.com/en/dev/topics/migrations/ "> database schema migrations</ a >
5959(as of version 1.7) are all included with the < a href ="https://pypi.python.org/pypi/Django/1.6.2 "> Django framework</ a > .
6060Compare that functionality to the Flask framework which requires a separate
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-05-02T17:05:08Z </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-05-02T17:07:54Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ For example,
2727[ authentication] ( https://docs.djangoproject.com/en/dev/topics/auth/ ) ,
2828[ URL routing] ( https://docs.djangoproject.com/en/dev/topics/http/urls/ ) , a
2929[ templating system] ( https://docs.djangoproject.com/en/dev/topics/templates/ ) ,
30- [ object-relational mapper] ( https://docs.djangoproject.com/en/dev/topics/db/ ) ,
30+ an [ object-relational mapper] ( https://docs.djangoproject.com/en/dev/topics/db/ ) ,
3131and [ database schema migrations] ( https://docs.djangoproject.com/en/dev/topics/migrations/ )
3232(as of version 1.7) are all included with the [ Django framework] ( https://pypi.python.org/pypi/Django/1.6.2 ) .
3333Compare that functionality to the Flask framework which requires a separate
You can’t perform that action at this time.
0 commit comments