django route accept params with character

Solutions on MaxInterview for django route accept params with character by the best coders in the world

showing results for - "django route accept params with character"
Linus
26 Jun 2018
1url(r'^polls/(?P<string>[\w\-]+)/$','polls.views.detail')
2
similar questions
queries leading to this page
django route accept params with character