Commented command until it has tests
This commit is contained in:
parent
f44ed3884e
commit
6b8d23d477
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Reference in a new issue