Don't pin version.

This commit is contained in:
Kenneth Reitz
2012-05-02 12:48:43 -04:00
parent 5d0ed4e7cd
commit 20e0af2bf4
+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==0.1.1 | indent
pip install --use-mirrors dj-database-url | indent
echo "-----> Injecting Django settings..."