from django.core.management.templates import TemplateCommand as TemplateCommand

from ..utils import get_random_secret_key as get_random_secret_key

class Command(TemplateCommand):
    missing_args_message: str = ...
