[BangPypers] Django url patterns help

JAGANADH G jaganadhg at gmail.com
Fri Mar 1 12:54:07 CET 2013


Hi ,

I was trying to write a url pattern for URL like this
/my_page/?btn=view_page&sel=Profile

The pattern which I wrote is url(r'^my_page/(?P<btn>.*)',
'my_app.views.my_page', name="my_page"),

It does not works for me .

Can anybody tell me what is wrong with this and way to correct the same

-- 
**********************************
JAGANADH G
http://jaganadhg.in
*ILUGCBE*
http://ilugcbe.org.in


More information about the BangPypers mailing list