Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion it/deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down