Inline formset question

2009-10-20 Thread Aizen
I have the following models and I'd like to use them to generate a contact form...now I know I'm suppossed to use inline formsets, but I've never been able to make heads or tails of how to make this work...I want to have the first name, last name, email, phone number, best time to contact, and the

Filtering using several parameters

2009-11-23 Thread Aizen
Hi, I'd like to implement filtering for my app...currently, the filtering I have is stateless and so I can't add onto whatever value the user last selected. I've also implemented each filter separately, so I'd like to know how I can condense the five filters into one. The code for my filters is

Re: Filtering using several parameters

2009-11-23 Thread Aizen
I'd already looked at django-filter...the implementation of this is not how I'd like to do it in my app. The filters are based on a certain year, make, model, colour, or body style. So if the user selects 2009, all vehicle records in the year 2009 are displayed. Next, if the user selects Acura, a

Automatically update images

2010-09-19 Thread Aizen
I'd like to implement a functionality in an app of mine, but I don't know how to go about it. What I want is this: I have a model class that uses imagekit to save its images, and I'd like to have the users being able to update the images easily for the vehicles without having to edit each respectiv

Re: Professional forum software that integrates with Django

2011-12-23 Thread Aizen
Hi...you could try looking at http://djangopackages.com/grids/g/forums/ if you haven't already done so. I recall using http://djangopackages.com/packages/p/djangobb/ for a code base I needed a while back. I think DjangoBB comes close to phpBB, so it's worth a try. -- You received this message