Skip to content

Commit 20e0af2

Browse files
author
Kenneth Reitz
committed
Don't pin version.
1 parent 5d0ed4e commit 20e0af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/steps/django

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [ -f settings.py ]; then
1919
fi
2020

2121
echo "-----> Installing dj-database-url..."
22-
pip install --use-mirrors dj-database-url==0.1.1 | indent
22+
pip install --use-mirrors dj-database-url | indent
2323

2424
echo "-----> Injecting Django settings..."
2525

0 commit comments

Comments
 (0)