This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from django.core.management import BaseCommand | |
from django.utils import autoreload | |
import atexit | |
import subprocess | |
import sys | |
class Command(BaseCommand): | |
""" |