Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Change django version and mongodb-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel250 committed Apr 26, 2012
1 parent 901d03b commit 897f23b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions mlpz/recipes/python.rb
Expand Up @@ -24,14 +24,17 @@
action :install
end

python_pip "django" do
python_pip "https://github.com/django-nonrel/django-nonrel/tarball/master" do
virtualenv "/home/vagrant/python"
version "1.4"
action :install
end

python_pip "django-mongodb-engine" do
python_pip "https://github.com/django-nonrel/djangotoolbox/tarball/master" do
virtualenv "/home/vagrant/python"
action :install
end

python_pip "https://github.com/django-nonrel/mongodb-engine/tarball/master" do
virtualenv "/home/vagrant/python"
version "0.4.0"
action :install
end

0 comments on commit 897f23b

Please sign in to comment.