Browse Source

django: Fix Django 1.6a1 installation.

pip install Django==1.6a1 installs 1.5.1
INADA Naoki 12 years ago
parent
commit
3c4a868cc2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installer.py

+ 1 - 1
installer.py

@@ -251,7 +251,7 @@ class Installer:
     ##############################
     # Django
     ##############################
-    self.__run_command(python_bin + "/pip install -U Django==1.6a1")
+    self.__run_command(python_bin + "/pip install -U https://www.djangoproject.com/download/1.6a1/tarball/")
 
     ##############################
     # Grails