Skip to content

Commit 86ce245

Browse files
committed
sk/deploy - fix django version, we're useing 1.8 (not latest)
1 parent 36b2c48 commit 86ce245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sk/deploy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,10 @@ Installing setuptools, pip...done.
185185
186186
$ source myvenv/bin/activate
187187
188-
(mvenv) $ pip install django whitenoise
188+
(mvenv) $ pip install django==1.8 whitenoise
189189
Collecting django
190190
[...]
191-
Successfully installed django-1.8.2 whitenoise-2.0
191+
Successfully installed django-1.8 whitenoise-2.0
192192
```
193193

194194
> **Poznámka:** Krok `pip install` môže trvať aj niekoľko minút. Trpezlivosť, trpezlivosť! Ale ak to trvá dlhšie ako 5 minút, niečo nie je v poriadku. Spýtaj sa svojho tútora.

0 commit comments

Comments
 (0)