[fish] Remove unused functions
This commit is contained in:
@ -1,3 +0,0 @@
|
|||||||
function dj
|
|
||||||
python manage.py $argv
|
|
||||||
end
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
#!/usr/bin/env fish
|
|
||||||
function djrun
|
|
||||||
django-admin runserver 0.0.0.0:8000
|
|
||||||
end
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
#!/usr/bin/env fish
|
|
||||||
function djsh
|
|
||||||
python manage.py shell_plus
|
|
||||||
end
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
function djtest
|
|
||||||
DJANGO_SETTINGS_MODULE=ff.settings.ci python manage.py test $argv
|
|
||||||
end
|
|
||||||
Reference in New Issue
Block a user