From 6b8d23d477e04f99d69a93da0408750076a1e06b Mon Sep 17 00:00:00 2001 From: Bernardo Heynemann Date: Mon, 9 May 2011 21:31:02 -0300 Subject: [PATCH] Commented command until it has tests --- django_pyvows/management/commands/run_vows.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/django_pyvows/management/commands/run_vows.py b/django_pyvows/management/commands/run_vows.py index 2b43054..4ef06ed 100644 --- a/django_pyvows/management/commands/run_vows.py +++ b/django_pyvows/management/commands/run_vows.py @@ -9,11 +9,11 @@ # Copyright (c) 2011 Rafael Caricio rafael@caricio.com -from django.core.management.base import BaseCommand +#from django.core.management.base import BaseCommand -class RunVowsCommand(BaseCommand): - help = u'Run all vows for this project.' +#class RunVowsCommand(BaseCommand): + #help = u'Run all vows for this project.' - def handle(self, *args, **kwargs): - pass + #def handle(self, *args, **kwargs): + #pass