mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
be specific
This commit is contained in:
+1
-1
@@ -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..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user