[fish] Remove unused functions

This commit is contained in:
2022-10-03 17:08:28 -04:00
parent 0b3f30971c
commit 64c73f8d51
4 changed files with 0 additions and 14 deletions

View File

@ -1,3 +0,0 @@
function dj
python manage.py $argv
end

View File

@ -1,4 +0,0 @@
#!/usr/bin/env fish
function djrun
django-admin runserver 0.0.0.0:8000
end

View File

@ -1,4 +0,0 @@
#!/usr/bin/env fish
function djsh
python manage.py shell_plus
end

View File

@ -1,3 +0,0 @@
function djtest
DJANGO_SETTINGS_MODULE=ff.settings.ci python manage.py test $argv
end