From 624cd926f430f4f25c1e8e5ed0e264d2f75c60cd Mon Sep 17 00:00:00 2001 From: Giulia Cernat Date: Sat, 12 Dec 2015 17:32:13 +0100 Subject: [PATCH] add version to django and whitenoise We have specified the version of Django to avoid the default version (1.9) --- it/deploy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/deploy/README.md b/it/deploy/README.md index 58de9e17e5b..e9591f31f42 100644 --- a/it/deploy/README.md +++ b/it/deploy/README.md @@ -176,7 +176,7 @@ Proprio come hai fatto sul tuo computer, puoi creare un virtualenv su PythonAnyw $ source myvenv/bin/activate - (mvenv) $ pip install django whitenoise + (mvenv) $ pip install django==1.8 whitenoise==2.0 Collecting django [...] Successfully installed django-1.8.2 whitenoise-2.0