Browse Source

[fish] Remove unused functions

Colin Powell 3 years ago
parent
commit
64c73f8d51

+ 0 - 3
fish/.config/fish/functions/dj.fish

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

+ 0 - 4
fish/.config/fish/functions/djrun.fish

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

+ 0 - 4
fish/.config/fish/functions/djsh.fish

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

+ 0 - 3
fish/.config/fish/functions/djtest.fish

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