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


class Command(BaseCommand):
    def handle(self, **options):
        self.stdout.write("complex_app")