I finally figured that there is no problem in having the url as
http://10.217.6.53/s/b/?id=2. I thought having a "/" before urlquery "?
id=2" is invalid URL syntax. Its clear now that it is fine.
thanks,
Ravi.

On Apr 30, 3:44 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On Wed, Apr 30, 2008 at 6:32 PM, RaviKondamuru <[EMAIL PROTECTED]>
> wrote:
>
>
>
> > Changing
>
> > the urls.py  to
> > (r'^s/b$', status)
> > and
> > submit action to
> > action="/s/b" from action="."
>
> > I am able to get the URL:http://10.217.6.53/s/b?id=2. This is how i
> > was hoping to get the URL to look.
>
> Notice you've now hardcoded '/s/b' in two places, so if you ever decide you
> want to change that url, you will have to remember to do it in both places.
>
> I still don't understand your concern with having the trailing slash
> there...
>
> Karen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to