Django Admin Custom Action Not Triggering When Using Async Views
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-14
django asyncio admin
I'm currently integrating async views in my Django project (using Django 3.2) and I've encountered an issue where the custom admin actions are not executing as ...