Skip to content

Commit df42419

Browse files
committed
Updated to Django 1.6.6.
1 parent b36832a commit df42419

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
@@ -88,10 +88,10 @@ OK, we have all important dependencies in place. We can finally install Django!
8888

8989
## Installing Django
9090

91-
Now that you have your `virtualenv` started, you can install Django using `pip`. In the console, run `pip install django==1.6.5` (note that we use a double equal sign: `==`).
91+
Now that you have your `virtualenv` started, you can install Django using `pip`. In the console, run `pip install django==1.6.6` (note that we use a double equal sign: `==`).
9292

93-
(myvenv) ~$ pip install django==1.6.5
94-
Downloading/unpacking django==1.6.5
93+
(myvenv) ~$ pip install django==1.6.6
94+
Downloading/unpacking django==1.6.6
9595
Installing collected packages: django
9696
Successfully installed django
9797
Cleaning up...

0 commit comments

Comments
 (0)