mirror of
https://github.com/django/daphne.git
synced 2025-09-10 17:32:27 +03:00
Added support for executing from interpreter.
For run from python interpreter as module use command: `python -m daphne [all daphne arguments]`
This commit is contained in:
parent
333f4644d1
commit
8712943cf7
3
daphne/__main__.py
Normal file
3
daphne/__main__.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
from daphne.cli import CommandLineInterface
|
||||
|
||||
CommandLineInterface.entrypoint()
|
Loading…
Reference in New Issue
Block a user