I guess the error is in the line where u are passing the parameters to
ShowAuctionDetails view. Check if it works without passing request object as
the parameter. It worked in a similar view in my project.
The function signature then would be:
ShowAuctionDetails(slug=currentslug,selfbidder=1)
H
hey.. i'm not sure if it will work.. i had similar problem somtime back.. I
figured out that there is a mapping for installed apps in
'django_content_type' table.. have a look into that table.. hope that
helps..
On Fri, Feb 13, 2009 at 9:15 AM, stevedegrace wrote:
>
> I think I might have bitten
2 matches
Mail list logo