chat v3
This commit is contained in:
SDE
2023-08-13 13:25:21 +03:00
parent 0a8151f8fa
commit a5362bd2ad
11 changed files with 143 additions and 92 deletions

8
TWB/run_daphne.py Normal file
View 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()