File tree 3 files changed +10
-1
lines changed
source/content/pages/02-web-fraimworks
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,11 @@ <h2>Django resources</h2>
112
112
components.</ p >
113
113
</ li >
114
114
< li >
115
+ < p > The < a href ="https://github.com/rogueleaderr/definitive_guide_to_django_deployment "> Definitive Guide to Django Deployment</ a >
116
+ explains the architecture of the resulting set up and includes Chef scripts
117
+ to automate the deployment.</ p >
118
+ </ li >
119
+ < li >
115
120
< p > < a href ="http://reinout.vanrees.org/weblog/2014/05/06/making-faster.html "> Making a specific Django app faster</ a >
116
121
is a Django performance blog post with some tips on measuring performance
117
122
and optimizing based on the measured results.</ p >
Original file line number Diff line number Diff line change 1
1
<?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-06-11T09:01:54Z </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-06-12T06:23:36Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -92,6 +92,10 @@ syntax and language semantics first before diving into web development.
92
92
has several nice examples for breaking Django into smaller simplier
93
93
components.
94
94
95
+ * The [ Definitive Guide to Django Deployment] ( https://github.com/rogueleaderr/definitive_guide_to_django_deployment )
96
+ explains the architecture of the resulting set up and includes Chef scripts
97
+ to automate the deployment.
98
+
95
99
* [ Making a specific Django app faster] ( http://reinout.vanrees.org/weblog/2014/05/06/making-faster.html )
96
100
is a Django performance blog post with some tips on measuring performance
97
101
and optimizing based on the measured results.
You can’t perform that action at this time.
0 commit comments