Commit 5d0ed4e7 authored by Kenneth Reitz's avatar Kenneth Reitz

be specific

parent 144629d7
......@@ -19,7 +19,7 @@ if [ -f settings.py ]; then
fi
echo "-----> Installing dj-database-url..."
pip install --use-mirrors dj-database-url | indent
pip install --use-mirrors dj-database-url==0.1.1 | indent
echo "-----> Injecting Django settings..."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment