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
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to