Skip to content

Commit ae4ac05

Browse files
committed
new app dependency resource
1 parent a4e5e7b commit ae4ac05

File tree

6 files changed

+37
-1
lines changed

6 files changed

+37
-1
lines changed

all.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4411,6 +4411,13 @@ <h2>Application dependency resources</h2>
44114411
shows how to use shell aliases and postactivate virtualenvwrapper hooks to
44124412
make life easier when using these tools.</p>
44134413
</li>
4414+
<li>
4415+
<p><a href="https://github.com/kennethreitz/autoenv">Autoenv</a> is a tool for activating
4416+
environment variables stored in a .env file in your projects' home
4417+
directories. Environment variables aren't managed by virtualenv and although
4418+
virtualenvwrapper has some hooks for handling them, it's often easiest to
4419+
use a shell script or .env file to set them in a development environment.</p>
4420+
</li>
44144421
</ul>
44154422
<h2>Application dependencies learning checklist</h2>
44164423
<p><i class="fa fa-check-square-o"></i>

application-dependencies.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,13 @@ <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><a href="https://github.com/kennethreitz/autoenv">Autoenv</a> is a tool for activating
173+
environment variables stored in a .env file in your projects' home
174+
directories. Environment variables aren't managed by virtualenv and although
175+
virtualenvwrapper has some hooks for handling them, it's often easiest to
176+
use a shell script or .env file to set them in a development environment.</p>
177+
</li>
171178
</ul>
172179
<h2>Application dependencies learning checklist</h2>
173180
<p><i class="fa fa-check-square-o"></i>

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-04-09T09:32: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>2015-04-10T07:46:04Z</updated></feed>

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

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

146+
* [Autoenv](https://github.com/kennethreitz/autoenv) is a tool for activating
147+
environment variables stored in a .env file in your projects' home
148+
directories. Environment variables aren't managed by virtualenv and although
149+
virtualenvwrapper has some hooks for handling them, it's often easiest to
150+
use a shell script or .env file to set them in a development environment.
151+
146152

147153
## Application dependencies learning checklist
148154
<i class="fa fa-check-square-o"></i>

source/theme/templates/table-of-contents.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,14 @@ <h3>5. <a href="/deployment.html">Web App Deployment</a></h3>
138138
<div class="toc-indent">
139139
<a href="/application-dependencies.html">Application dependencies</a>
140140
</div>
141+
<!--
142+
<div class="toc-indent">
143+
<a href="/environment-variables.html">Environment variables</a>
144+
</div>
145+
<div class="toc-indent">
146+
<a href="/virtualenv.html">Virtualenv</a>
147+
</div>
148+
-->
141149
<div class="toc-indent">
142150
<a href="/static-content.html">Static content</a>
143151
</div>

table-of-contents.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,14 @@ <h3>5. <a href="/deployment.html">Web App Deployment</a></h3>
165165
<div class="toc-indent">
166166
<a href="/application-dependencies.html">Application dependencies</a>
167167
</div>
168+
<!--
169+
<div class="toc-indent">
170+
<a href="/environment-variables.html">Environment variables</a>
171+
</div>
172+
<div class="toc-indent">
173+
<a href="/virtualenv.html">Virtualenv</a>
174+
</div>
175+
-->
168176
<div class="toc-indent">
169177
<a href="/static-content.html">Static content</a>
170178
</div>

0 commit comments

Comments
 (0)