module documentation

Undocumented

Constant E001 Undocumented
Function check​_async​_unsafe Undocumented
E001 =

Undocumented

Value
Error('You should not set the DJANGO_ALLOW_ASYNC_UNSAFE environment variable in 
deployment. This disables async safety protection.',
      id='async.E001')
@register(Tags.async_support, deploy=True)
def check_async_unsafe(app_configs, **kwargs):

Undocumented