Re: absolute url overrides

2008-05-04 Thread Thierry
I read that doc many times :) Missed that little detail every time though. Thanks for the help! --~--~-~--~~~---~--~~ 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@g

Re: absolute url overrides

2008-05-03 Thread Karen Tracey
On Sat, May 3, 2008 at 8:28 AM, Thierry <[EMAIL PROTECTED]> wrote: > > ABSOLUTE_URL_OVERRIDES = { >'django.contrib.auth.models.user': lambda o: "/members/%s/" % > o.username, > } > > Doesn't seem to be working, any idea why? > Doc ( http://www.djangoproject.com/documentation/settings/#absolut