Skip to content

Commit 624cd92

Browse files
committed
add version to django and whitenoise
We have specified the version of Django to avoid the default version (1.9)
1 parent 9ddf032 commit 624cd92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

it/deploy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Proprio come hai fatto sul tuo computer, puoi creare un virtualenv su PythonAnyw
176176

177177
$ source myvenv/bin/activate
178178

179-
(mvenv) $ pip install django whitenoise
179+
(mvenv) $ pip install django==1.8 whitenoise==2.0
180180
Collecting django
181181
[...]
182182
Successfully installed django-1.8.2 whitenoise-2.0

0 commit comments

Comments
 (0)