1
0
mirror of https://github.com/django/django.git synced 2025-02-24 00:55:17 +00:00

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

7 lines
155 B
Python
Raw Normal View History

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