Customizing daphne runserver command #478
tonydattolo
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In django to customize the runserver command we just create a new management/command/runserver.py file and provide the wanted changes. Daphne ignores this and outputs the default message, how do we customize the django runserver cli display message when using daphne?
If we import command from daphne.management.command.runserver, and customize the inner_run behavior, it still displays the old message. What else do we need to change to get it to recognize the inner_run customizations?
Beta Was this translation helpful? Give feedback.
All reactions