Thanks creecode, didn't realise that source was there. I checked out how the URL was passed to the view function and it works perfectly!
So simple it's unbelievable. I assume this is the best method to use when starting your own CMS? On Mar 20, 11:35 am, creecode <[email protected]> wrote: > Take a look at how Flatpages > <http://code.djangoproject.com/browser/django/trunk/django/contrib/fla... > > > 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 <[email protected]> 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 [email protected]. 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.

