Re: calling a view from within a view

2009-02-26 Thread Ranjan Kumar
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)

Re: Changing the name of a project

2009-02-12 Thread Ranjan Kumar
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