[Answered ]-Regex to match combination of letter and numbers to be used in URL pattarns in Django Project? 11 December 2023 by thecoderscamp.com 2👍 ✅ You can use this regex for your purpose: “^[a-zA-Z][a-zA-Z0-9_@]*$” 👤mohammad [Answered ]-Django not response to Ajax call while doing a computing intensive task Source:stackexchange.com