summaryrefslogtreecommitdiff
path: root/tests/admin_scripts/simple_app/management/commands/duplicate.py
blob: 18cd0aab082c38970f4ca7c52a29a7a412b24106 (plain)
1
2
3
4
5
6
7
from django.core.management.base import BaseCommand


class Command(BaseCommand):

    def handle(self, **options):
        self.stdout.write('simple_app')