Skip to content

Commit

Permalink
Merge pull request #226 from yticketfly/patch-1
Browse files Browse the repository at this point in the history
Update _web_packages.rb
  • Loading branch information
webframp committed Jun 18, 2015
2 parents 7c456e4 + d5ed952 commit 6d21c47
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion recipes/_web_packages.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@
version lazy { node['graphite']['django_version'] }
end

python_pip 'django-tagging'
# The latest version is 0.4, which causes an importError
# ImportError: No module named fields
# with `python manage.py syncdb --noinput`
python_pip 'django-tagging' do
version "0.3.6"
end

python_pip 'pytz'
python_pip 'pyparsing'
python_pip 'python-memcached'
Expand Down

0 comments on commit 6d21c47

Please sign in to comment.