Take a look at how Flatpages < 
http://code.djangoproject.com/browser/django/trunk/django/contrib/flatpages
> does it and see if something like that method will work for you.

One trick with a pattern like this is to put it near the end of your
patterns so that it doesn't get satisfied to early and prevent your
other patterns from being checked.

Let us know how it works out for you.

On Mar 20, 8:36 am, gvernold <gvern...@googlemail.com> wrote:

> I've been over the url dispatcher instructions three times
> and can't find the right information to create the regular expression
> line that converts the typed in URL to a variable and passes it on to
> the view function as an argument.

Toodle-loooooooooo............
creecode

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to