File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed
source/content/pages/02-web-frameworks Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,10 @@ <h2>Django tutorials</h2>
206206 Web Services.</ p >
207207</ li >
208208< li >
209+ < p > < a href ="http://www.nickpolet.com/blog/deploying-django-on-aws/1/ "> Deploying Django on AWS</ a >
210+ is another walkthrough for deploying Django to AWS.</ p >
211+ </ li >
212+ < li >
209213< p > < a href ="https://github.com/rosarior/awesome-django "> django-awesome</ a > is a curated
210214 list of Django libraries and resources.</ p >
211215</ li >
Original file line number Diff line number Diff line change @@ -123,6 +123,10 @@ <h2>Django tutorials</h2>
123123 Web Services.</ p >
124124</ li >
125125< li >
126+ < p > < a href ="http://www.nickpolet.com/blog/deploying-django-on-aws/1/ "> Deploying Django on AWS</ a >
127+ is another walkthrough for deploying Django to AWS.</ p >
128+ </ li >
129+ < li >
126130< p > < a href ="https://github.com/rosarior/awesome-django "> django-awesome</ a > is a curated
127131 list of Django libraries and resources.</ p >
128132</ li >
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-08-19T12:14:55Z </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-08-19T15:05:25Z </updated ></feed >
Original file line number Diff line number Diff 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+ * [ Deploying Django on AWS] ( http://www.nickpolet.com/blog/deploying-django-on-aws/1/ )
105+ is another walkthrough for deploying Django to AWS.
106+
104107* [ django-awesome] ( https://github.com/rosarior/awesome-django ) is a curated
105108 list of Django libraries and resources.
106109
You can’t perform that action at this time.
0 commit comments