youngeek-0410 / cloveeee-python

Digital Colored Paper Backend for HackU kosen 2022
0 stars 1 forks source link

DJANGO_ALLOW_ASYNC_UNSAFE #39

Open kathmandu777 opened 1 year ago

kathmandu777 commented 1 year ago

Overview

どうにかする

Background of the improvement

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.

Requirements

Considerations

Implementation policy

Test items

Remarks