From d3b2629a889abf2c3595b48b44b12cb8ff03b410 Mon Sep 17 00:00:00 2001
From: Justin Hileman <justin@justinhileman.info>
Date: Sun, 31 May 2015 08:30:48 -0700
Subject: [PATCH] [split] Move django plugin to oh-my-fish/plugin-django

https://github.com/oh-my-fish/plugin-django
---
 plugins/django/djtest.fish | 12 ------------
 1 file changed, 12 deletions(-)
 delete mode 100644 plugins/django/djtest.fish

diff --git a/plugins/django/djtest.fish b/plugins/django/djtest.fish
deleted file mode 100644
index ad07f23..0000000
--- a/plugins/django/djtest.fish
+++ /dev/null
@@ -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
-- 
GitLab