be specific

This commit is contained in:
Kenneth Reitz
2012-04-30 14:35:44 -04:00
parent 144629d7dc
commit 5d0ed4e7cd
+1 -1
View File
@@ -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..."