khana/khana/people/management/commands/superpowers.py

9 lines
192 B
Python

from django.core.management.base import NoArgsCommand
class Command(NoArgsCommand):
help = 'Ecrit "et Bim !!!11"'
def handle_noargs(self, **options):
print(" ET BIM !!!11")