0.3.4
chat v3
This commit is contained in:
8
TWB/run_daphne.py
Normal file
8
TWB/run_daphne.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import sys
|
||||
|
||||
if __name__ == '__main__':
|
||||
# insert here whatever commands you use to run daphne
|
||||
sys.argv = ['daphne', 'TWB.asgi:application']
|
||||
from daphne.cli import CommandLineInterface
|
||||
|
||||
CommandLineInterface.entrypoint()
|
||||
Reference in New Issue
Block a user