Skip to content

Commit 1ea1869

Browse files
committed
new app dependency resource
1 parent d98531c commit 1ea1869

6 files changed

Lines changed: 20 additions & 10 deletions

File tree

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4693,6 +4693,12 @@ <h2>Application dependency resources</h2>
46934693
shows how to use shell aliases and postactivate virtualenvwrapper hooks to
46944694
make life easier when using these tools.</p>
46954695
</li>
4696+
<li>
4697+
<p>Major speed improvements were made in pip 7 over previous versions.
4698+
Read
4699+
<a href="https://lincolnloop.com/blog/fast-immutable-python-deployments/">this article about the differences</a>
4700+
and be sure to upgrade.</p>
4701+
</li>
46964702
</ul>
46974703
<h2>Open source app dependency projects</h2>
46984704
<ul>

application-dependencies.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@ <h2>Application dependency resources</h2>
168168
shows how to use shell aliases and postactivate virtualenvwrapper hooks to
169169
make life easier when using these tools.</p>
170170
</li>
171+
<li>
172+
<p>Major speed improvements were made in pip 7 over previous versions.
173+
Read
174+
<a href="https://lincolnloop.com/blog/fast-immutable-python-deployments/">this article about the differences</a>
175+
and be sure to upgrade.</p>
176+
</li>
171177
</ul>
172178
<h2>Open source app dependency projects</h2>
173179
<ul>

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-05-22T11:32:02Z</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-05-23T10:01:50Z</updated></feed>

logging.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -286,12 +286,7 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
286286
2015
287287
</div>
288288
</div>
289-
<script type="text/javascript">
290-
setTimeout(function(){var a=document.createElement("script");
291-
var b=document.getElementsByTagName("script")[0];
292-
a.src=document.location.protocol+"//script.crazyegg.com/pages/scripts/0016/5846.js?"+Math.floor(new Date().getTime()/3600000);
293-
a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1);
294-
</script><script type='text/javascript'>
289+
<script type='text/javascript'>
295290
var trackOutboundLink = function(url) { ga('send', 'event', 'outbound', 'click', url, {'hitCallback': function () { document.location = url; } }); }
296291
</script>
297292
</body>

source/content/pages/07-web-app-deployment/09-app-dependencies.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ further clarification.
143143
shows how to use shell aliases and postactivate virtualenvwrapper hooks to
144144
make life easier when using these tools.
145145

146+
* Major speed improvements were made in pip 7 over previous versions.
147+
Read
148+
[this article about the differences](https://lincolnloop.com/blog/fast-immutable-python-deployments/)
149+
and be sure to upgrade.
150+
146151

147152
## Open source app dependency projects
148153
* [Autoenv](https://github.com/kennethreitz/autoenv) is a tool for activating

source/theme/templates/page.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
{% endblock %}
1919

2020
{% block js %}
21-
{% if page.slug == 'logging' %}
22-
{% include "crazyegg.html" %}
23-
{% elif page.slug == 'flask' %}
21+
{% if page.slug == 'flask' %}
2422
<div style="display: none;"><img src="https://www.linkedin.com/profile/view?authToken=zRgB&authType=name&id=3952407" /></div>
2523
{% endif %}
2624
{% endblock %}

0 commit comments

Comments
 (0)