Hi,
I need a URL like this
My script is called like this

http://myserver.com/Myscript/Name/

where name is a parameter

so I have in urls.py
(r'^Myscript/(?P<Name>\w+)/','miproject.apps.mi.views.mi.Myscript'),

it works only if    Name    is one word, e.g. John.
If it is e.g.  John Smith it does not work.
How must I change that so that also spaces, in Name , will be
acceptable?
Thank you
B.


--~--~---------~--~----~------------~-------~--~----~
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