移除ai对话

This commit is contained in:
XIE7654
2025-07-16 14:18:39 +08:00
parent 3fe272ffca
commit ed3e325962
7 changed files with 13 additions and 362 deletions

View File

@@ -94,7 +94,7 @@ services:
command: >
sh -c "python manage.py makemigrations &&
python manage.py migrate &&
daphne -b 0.0.0.0 backend.asgi:application"
python manage.py runserver 0.0.0.0:8000"
web:
build: