Commit 7a18a9f6 by Max Rothman

Merge pull request #3097 from edx/max/better-django-admin

Improvements to django_admin.sh
parents 03d389c9 404845ca
......@@ -15,4 +15,5 @@ if [ "$help" = "true" ]; then
manage="$manage help"
fi
$ansible "$manage $command $options --settings aws"
echo "Running $ansible \"$manage $command $options\""
$ansible "$manage $command $options"
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