You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
django.setup can call functions that call the database, which when running in a async context results in a SynchronousOnlyOperation error. See https://stackoverflow.com/questions/64306187. Was this possibility considered when the get_asgi_application function was created? I'm curious if this is intentional behavior or something that can be improved on.