module documentation

Undocumented

Function check_async_unsafe Undocumented
Constant E001 Undocumented
@register(Tags.async_support, deploy=True)
def check_async_unsafe(app_configs, **kwargs): (source)

Undocumented

Undocumented

Value
Error('You should not set the DJANGO_ALLOW_ASYNC_UNSAFE environment variable in 
deployment. This disables async safety protection.',
      id='async.E001')