mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-02 04:59:30 +08:00
[split] Move django plugin to oh-my-fish/plugin-django
https://github.com/oh-my-fish/plugin-django
This commit is contained in:
parent
6683f68f08
commit
d3b2629a88
|
@ -1,12 +0,0 @@
|
|||
# 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
|
Loading…
Reference in New Issue
Block a user