Skip to content

Commit 3ef6115

Browse files
committed
Merge pull request #411 from kojoidrissa/master
updated django and whitenoise version numbers in "Deploy!" chapter.
2 parents 532a266 + 5d0a720 commit 3ef6115

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

en/deploy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Just like you did on your own computer, you can create a virtualenv on PythonAny
183183
(mvenv)20:20 ~ $ pip install django whitenoise
184184
Collecting django
185185
[...]
186-
Successfully installed django-1.8 whitenoise-1.0.6
186+
Successfully installed django-1.8.2 whitenoise-2.0
187187

188188

189189
> **Note** The `pip install` step can take a couple of minutes. Patience, patience! But if it takes more than 5 minutes, something is wrong. Ask your coach.
@@ -256,7 +256,7 @@ You'll be taken to the PythonAnywhere config screen for your webapp, which is wh
256256

257257
<img src="images/pythonanywhere_web_tab_virtualenv.png" />
258258

259-
In the "Virtualenv" section, click the red text that says "Enter the path to a virtualenv", and enter: `/home/<your-username>/my-first-blog/myvenv/`
259+
In the "Virtualenv" section, click the red text that says "Enter the path to a virtualenv", and enter: `/home/<your-username>/my-first-blog/myvenv/`. Click the blue box with the check mark to save the path before moving on.
260260

261261
> **Note** Substitute your own username as appropriate. If you make a mistake, PythonAnywhere will show you a little warning.
262262

pt/deploy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Assim como fez em seu próprio computador, você pode criar um virtualenv na Pyt
196196
(mvenv)20:20 ~ $ pip install django whitenoise
197197
Collecting django
198198
[...]
199-
Successfully installed django-1.8 whitenoise-1.0.6
199+
Successfully installed django-1.8.2 whitenoise-2.0
200200

201201

202202
<!--TODO: think about using requirements.txt instead of pip install.-->

0 commit comments

Comments
 (0)