[Django]-My Django URLs not picking up dashes 19 December 2023 by thecoderscamp.com 89👍 ✅ Try: ^(?P<page>[-\w]+)/$ [-\w] will accept a-z 1-9 and dash 👤Alex Goodwin [Django]-Using a string as the argument to a Django filter query Source:stackexchange.com