Skip to content

Commit 75873d8

Browse files
committed
Use Django version 1.6.5 instead of 1.6.4.
1 parent 314b2e7 commit 75873d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

django_installation/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ Ok, we have all important things in place. We can finally install Django!
4848

4949
## Installing Django
5050

51-
Now, when you have your `virtualenv` started, you can install Django using PIP. In console/command-line you type `pip install django==1.6.4`.
51+
Now, when you have your `virtualenv` started, you can install Django using PIP. In console/command-line you type `pip install django==1.6.5`.
5252

53-
(blog) ~$ pip install django==1.6.4
54-
Downloading/unpacking django==1.6.4
53+
(blog) ~$ pip install django==1.6.5
54+
Downloading/unpacking django==1.6.5
5555
Installing collected packages: django
5656
Successfully installed django
5757
Cleaning up...

0 commit comments

Comments
 (0)