Re: Caching get_profile

2008-05-11 Thread phillc
get_profile is useful for being able to change the model name or being able to reuse an app. if that doesnt matter, you can just do it the normal way... foreign key to the auth model (from django.contrib.auth.models import User) On May 11, 4:17 pm, Szymon <[EMAIL PROTECTED]> wrote: > Hello, > > I

Caching get_profile

2008-05-11 Thread Szymon
Hello, I know this is lame question, but - is there way to override somehow get_profile? I want to implement memcache caching in there, so how can I do it? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django user