commands.custom_runserver_plus ============================== .. py:module:: commands.custom_runserver_plus Classes ------- .. autoapisummary:: commands.custom_runserver_plus.Command Module Contents --------------- .. py:class:: Command(stdout=None, stderr=None, no_color=False, force_color=False) Bases: :py:obj:`django_extensions.management.commands.runserver_plus.Command` Custom runserver_plus command that stores the TLS certificate to the database. .. py:method:: store_tls_certificate(cert_file_path, key_file_path) Fetch or create the TLS certificate and key from the database. .. py:method:: handle(*args, **options) Main command execution logic.