root@a19aa5af2909:/src# poetry run python manage.py check --deploy
SystemCheckError: System check identified some issues:
ERRORS:
?: (async.E001) You should not set the DJANGO_ALLOW_ASYNC_UNSAFE environment variable in deployment. This disables async safety protection.
Overview
どうにかする
Background of the improvement
Requirements
Considerations
Implementation policy
Test items
Remarks