]> git.parisson.com Git - teleforma.git/commitdiff
rm daphne
authorGuillaume Pellerin <guillaume.pellerin@free.fr>
Thu, 18 Apr 2024 14:37:34 +0000 (16:37 +0200)
committerGuillaume Pellerin <guillaume.pellerin@free.fr>
Thu, 18 Apr 2024 14:37:34 +0000 (16:37 +0200)
app/asgi.sh
poetry.lock
pyproject.toml

index 8598514301ce2a84b9cfd554882cb7889c3251c5..804b68f6ebd4ef522673b6310bfcdb42b71f7e63 100755 (executable)
@@ -13,14 +13,6 @@ loglevel=error #Options: 'critical', 'error', 'warning', 'info', 'debug', 'trace
 if [ "$1" = "--runserver" ]; then
     python $manage runserver 0.0.0.0:8000
 else
-    # static files auto update
-    # watchmedo shell-command --patterns="$patterns" --recursive \
-    #     --command='python '$manage' collectstatic --noinput' $app &
-    #daphne -b 0.0.0.0 -p 8000 asgi:application
-    
     rm $sock
-
     uvicorn asgi:application --uds $sock --log-level $loglevel --workers $workers --ws websockets
 fi
-
-
index 6e8ce141bdce21592705264b120580e568a7a9ce..937468dd3f3b6d2c351a29b4641a0be56a9f8185 100644 (file)
@@ -2308,4 +2308,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.9"
-content-hash = "4cf028e943026869874560f5d055880af20ed0c82666502201712caf1a75ae3d"
+content-hash = "e4c0fb2ee0b9e0f2d378d1f2b6c57a4e6c2789419f70025ef40ba226bcecab24"
index 64ccf1e79b4b73d7052cf6661c0025ffb11bf093..cf6cbd8cccb7092d232b1a671f6f4734b691ea74 100644 (file)
@@ -12,7 +12,6 @@ bigbluebutton-api-python = "0.0.11"
 channels = "3.0.4"
 channels-redis = "3.4.0"
 docutils = "0.17.1"
-daphne = "3.0.2"
 django = "3.2.25"
 djangorestframework = "3.13.1"
 django-debug-toolbar = "3.2.1"