Skip to content

Commit 1357e02

Browse files
committed
new django resource and adding loggly as new sponsor of deployment pages
1 parent cc15fd3 commit 1357e02

25 files changed

+272
-11
lines changed

all.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,6 +1015,11 @@ <h2>Django ORM resources</h2>
10151015
to reduce complexity from the views and make the code easier to reuse across
10161016
separate views.</p>
10171017
</li>
1018+
<li>
1019+
<p><a href="http://treyhunner.com/2014/03/migrating-to-django-1-dot-7/">Supporting both Django 1.7 and South</a>
1020+
explains the difficulty of supporting Django 1.7 and maintaining South
1021+
migrations for Django 1.6 then goes into how it can be done.</p>
1022+
</li>
10181023
</ul>
10191024
<h2>Static and media files</h2>
10201025
<p>Deploying and handling static and media files can be confusing for new
@@ -3194,6 +3199,11 @@ <h2>Platform-as-a-service resources</h2>
31943199
is a fantastic post that shows how to deploy to Amazon Web Service's own
31953200
PaaS.</p>
31963201
</li>
3202+
<li>
3203+
<p><a href="https://news.mlh.io/deploy-your-hack-in-3-steps-intro-to-aws-and-elastic-beanstalk-02-20-2015">Deploy your hack in 3 steps: Intro to AWS and Elastic Beanstalk</a>
3204+
shows how to deploy a simple Ruby Sinatra app, but the steps are generally
3205+
applicable to Python web apps as well. </p>
3206+
</li>
31973207
</ul>
31983208
<h2>Platform-as-a-service learning checklist</h2>
31993209
<p><i class="fa fa-check-square-o"></i>

application-dependencies.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,19 @@ <h4>Interested in major updates to this site or an alert when a complete Full St
244244

245245

246246

247+
<div class="panel panel-success">
248+
<div class="panel-heading">
249+
<h3 class="panel-head">Sponsored By</h3>
250+
</div>
251+
<div class="panel-body">
252+
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march"><img src="theme/img/sponsored/loggly.jpg" alt="Loggly with Beaver logo" width="100%"></a>
253+
<p style="font-size: .8em; margin-top: 10px;">Want to enhance your Python
254+
web application deployments? I highly recommend
255+
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march" onclick="trackOutboundLink('https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march'); return false;">signing up for a free Loggly account</a>
256+
to improve your logging performance.
257+
</p>
258+
</div>
259+
</div>
247260
<div class="panel panel-success">
248261
<div class="panel-heading">
249262
<h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Table of Contents</a></h3>

caching.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,19 @@ <h4>Interested in major updates to this site or an alert when a complete Full St
147147

148148

149149

150+
<div class="panel panel-success">
151+
<div class="panel-heading">
152+
<h3 class="panel-head">Sponsored By</h3>
153+
</div>
154+
<div class="panel-body">
155+
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march"><img src="theme/img/sponsored/loggly.jpg" alt="Loggly with Beaver logo" width="100%"></a>
156+
<p style="font-size: .8em; margin-top: 10px;">Want to enhance your Python
157+
web application deployments? I highly recommend
158+
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march" onclick="trackOutboundLink('https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march'); return false;">signing up for a free Loggly account</a>
159+
to improve your logging performance.
160+
</p>
161+
</div>
162+
</div>
150163
<div class="panel panel-success">
151164
<div class="panel-heading">
152165
<h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Table of Contents</a></h3>

configuration-management.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,19 @@ <h4>Interested in major updates to this site or an alert when a complete Full St
222222

223223

224224

225+
<div class="panel panel-success">
226+
<div class="panel-heading">
227+
<h3 class="panel-head">Sponsored By</h3>
228+
</div>
229+
<div class="panel-body">
230+
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march"><img src="theme/img/sponsored/loggly.jpg" alt="Loggly with Beaver logo" width="100%"></a>
231+
<p style="font-size: .8em; margin-top: 10px;">Want to enhance your Python
232+
web application deployments? I highly recommend
233+
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march" onclick="trackOutboundLink('https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march'); return false;">signing up for a free Loggly account</a>
234+
to improve your logging performance.
235+
</p>
236+
</div>
237+
</div>
225238
<div class="panel panel-success">
226239
<div class="panel-heading">
227240
<h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Table of Contents</a></h3>

continuous-integration.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,19 @@ <h4>Interested in major updates to this site or an alert when a complete Full St
206206

207207

208208

209+
<div class="panel panel-success">
210+
<div class="panel-heading">
211+
<h3 class="panel-head">Sponsored By</h3>
212+
</div>
213+
<div class="panel-body">
214+
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march"><img src="theme/img/sponsored/loggly.jpg" alt="Loggly with Beaver logo" width="100%"></a>
215+
<p style="font-size: .8em; margin-top: 10px;">Want to enhance your Python
216+
web application deployments? I highly recommend
217+
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march" onclick="trackOutboundLink('https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march'); return false;">signing up for a free Loggly account</a>
218+
to improve your logging performance.
219+
</p>
220+
</div>
221+
</div>
209222
<div class="panel panel-success">
210223
<div class="panel-heading">
211224
<h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Table of Contents</a></h3>

databases.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,19 @@ <h4>Interested in major updates to this site or an alert when a complete Full St
323323

324324

325325

326+
<div class="panel panel-success">
327+
<div class="panel-heading">
328+
<h3 class="panel-head">Sponsored By</h3>
329+
</div>
330+
<div class="panel-body">
331+
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march"><img src="theme/img/sponsored/loggly.jpg" alt="Loggly with Beaver logo" width="100%"></a>
332+
<p style="font-size: .8em; margin-top: 10px;">Want to enhance your Python
333+
web application deployments? I highly recommend
334+
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march" onclick="trackOutboundLink('https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march'); return false;">signing up for a free Loggly account</a>
335+
to improve your logging performance.
336+
</p>
337+
</div>
338+
</div>
326339
<div class="panel panel-success">
327340
<div class="panel-heading">
328341
<h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Table of Contents</a></h3>

deployment.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ <h3 class="panel-head">Sponsored By</h3>
168168
</div>
169169
<div class="panel-body">
170170
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march"><img src="theme/img/sponsored/loggly.jpg" alt="Loggly with Beaver logo" width="100%"></a>
171-
<p style="font-size: .8em; margin-top: 10px;">Want to improve your Python
172-
deployment? I highly recommend
171+
<p style="font-size: .8em; margin-top: 10px;">Want to enhance your Python
172+
web application deployments? I highly recommend
173173
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march" onclick="trackOutboundLink('https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march'); return false;">signing up for a free Loggly account</a>
174-
to improve the logging performance.
174+
to improve your logging performance.
175175
</p>
176176
</div>
177177
</div>

django.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,11 @@ <h2>Django ORM resources</h2>
312312
to reduce complexity from the views and make the code easier to reuse across
313313
separate views.</p>
314314
</li>
315+
<li>
316+
<p><a href="http://treyhunner.com/2014/03/migrating-to-django-1-dot-7/">Supporting both Django 1.7 and South</a>
317+
explains the difficulty of supporting Django 1.7 and maintaining South
318+
migrations for Django 1.6 then goes into how it can be done.</p>
319+
</li>
315320
</ul>
316321
<h2>Static and media files</h2>
317322
<p>Deploying and handling static and media files can be confusing for new

docker.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,19 @@ <h4>Interested in major updates to this site or an alert when a complete Full St
140140

141141

142142

143+
<div class="panel panel-success">
144+
<div class="panel-heading">
145+
<h3 class="panel-head">Sponsored By</h3>
146+
</div>
147+
<div class="panel-body">
148+
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march"><img src="theme/img/sponsored/loggly.jpg" alt="Loggly with Beaver logo" width="100%"></a>
149+
<p style="font-size: .8em; margin-top: 10px;">Want to enhance your Python
150+
web application deployments? I highly recommend
151+
<a href="https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march" onclick="trackOutboundLink('https://www.loggly.com/log-management/python-logging/?utm_source=fsp&utm_medium=promo&utm_campaign=march'); return false;">signing up for a free Loggly account</a>
152+
to improve your logging performance.
153+
</p>
154+
</div>
155+
</div>
143156
<div class="panel panel-success">
144157
<div class="panel-heading">
145158
<h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Table of Contents</a></h3>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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-02-27T16:36:06Z</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-02-28T14:39:43Z</updated></feed>

0 commit comments

Comments
 (0)