1
0
mirror of https://github.com/django/django.git synced 2025-01-18 06:12:23 +00:00

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
156 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")