this is the actual url
http://127.0.0.1:8000/receive/kohli/50/
why is it not matching to the pattern
this is my redirect callreturn redirect('/receive/%s/%s/' % (request.POST.get('receiver'), withdraw))
this is the urlpattern
url(r'^receive/(?P<username>[a-zA-Z]+)/(<?P<amount>[0-9]+)/$', receive_money)
--
You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscribe@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/48f9c922-185d-4013-ad0b-768fe4747030%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.