[BangPypers] Django url patterns help

ragsagar ragsagar at gmail.com
Sat Mar 2 05:33:40 CET 2013


On Fri, Mar 1, 2013 at 5:46 PM, JAGANADH G <jaganadhg at gmail.com> wrote:

> On Fri, Mar 1, 2013 at 5:27 PM, Prashant Gaur <91prashantgaur at gmail.com
> >wrote:
>
> > will you explain error u r getting ??
> >
> >
> I am not getting any error. The page in not getting redirected .
> Even I changed the pattern to
> url(r'^my_page/', 'my_app.views.my_page', name="my_page"),
>
> In fire bug and Django log I can see that this request is giving 200 status
> .
> There are some jQury-ui scripts in the HTML file . May be that causes the
> issue I think
>

What Mr Gora Mohanty said is the way to do that. We cannot help you without
sharing the my_app.my_views.my_page or without explaining what logic you
are doing over there.

-- 
blog : ragsagar.wordpress.com
mail id : python -c "print '@'.join(['ragsagar','.'.join([x for x in
['gmail','com']])])"


More information about the BangPypers mailing list