1
0
mirror of https://github.com/django/django.git synced 2024-11-20 00:14:08 +00:00
django/tests/admin_scripts/complex_app/management/commands/duplicate.py

8 lines
157 B
Python
Raw Normal View History

from django.core.management.base import BaseCommand
class Command(BaseCommand):
def handle(self, **options):
self.stdout.write('complex_app')