commands.runserver_with_qcluster ================================ .. py:module:: commands.runserver_with_qcluster .. autoapi-nested-parse:: Management command to run the development server and Django-Q2 qcluster together. Module Contents --------------- .. py:class:: Command(stdout=None, stderr=None, no_color=False, force_color=False) Bases: :py:obj:`django.core.management.base.BaseCommand` Run the Django development server and Django-Q2 qcluster in parallel. This command starts both processes and handles shutdown gracefully when Ctrl+C is pressed. .. py:attribute:: help :value: 'Run the Django development server and Django-Q2 qcluster together' .. py:method:: add_arguments(parser) Add command line arguments. .. py:method:: handle(*args, **options) Execute the command.