Am Freitag, 1. Februar 2008 06:53 schrieb Eric Abrahamsen:
> This is kind of an extension of an earlier (mostly unresolved) issue I
> had brought up here:
> http://groups.google.com/group/django-users/browse_thread/thread/63beb7566d
>c352a8/1e6e137f5b5a434a
>
> Here's my current url conf (I've commented out everything else):
>
> url(r'^(johndoe|janedoe)/$', 'translator', name="translator"),
> url(r'^(johndoe|janedoe)/(?P<entryName>[\w\d-]+)/$', 'entry',
> name="entry"),
>

Have you tried this:
(?P<translatorName>johndoe|janedoe)

 Thomas

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