Skip to content
Snippets Groups Projects
Commit d3b2629a authored by Justin Hileman's avatar Justin Hileman
Browse files

[split] Move django plugin to oh-my-fish/plugin-django

https://github.com/oh-my-fish/plugin-django
parent 6683f68f
No related merge requests found
# time, cleanup pyc and running test, settings as first argument
# e.g. djtest settings_dev
function djtest
set VERBOSE --verbosity=1
find . -name "*.pyc" -delete
if set -q argv
time python manage.py test $VERBOSE --settings=$argv
else
time python manage.py test $VERBOSE
end
end
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