Re: Suggestion: make auth login view more dynamic

2012-05-24 Thread Florian Apolloner
Hi Hedde, On Thursday, May 24, 2012 3:08:22 PM UTC+2, Hedde van der Heide wrote: > > @Florian, The other context variables should be dynamic aswell. > No they shouldn't be made dynamic at all (none of them!) -- As Andy suggested CBV are a way better option. > I don't agree with your template

Re: Redesign of djangoproject.com?

2012-05-24 Thread Jacob Kaplan-Moss
Hi folks -- Thanks so much to everyone who's participated in this thread; I feel like there's a lot of useful discussion and brainstorming going on. The DSF board met yesterday and discussed the effort -- we're determined to get this done soon. Unfortunately, we ultimately think that this collab

Re: Redesign of djangoproject.com?

2012-05-24 Thread Ashraful Sheikh
Here is an updated version of the design. http://i.imgur.com/PKUHM.jpg Let me know what you guys think. The icons and content are simply placeholders and can be changed later on. My experience is in web and UX design and am not a good illustrator or icon designer, so someone more experienced i

Re: Redesign of djangoproject.com?

2012-05-24 Thread Andre Terra
Hi Ashraful, First of all, thank you for contributing with your ideas for this project. Your mockup is one of the most aesthetically pleasing so far IMHO but there are some issues that need addressing before it could be replace the current design. Since the mockup to feedback ratio in this thread

Re: Suggestion: make auth login view more dynamic

2012-05-24 Thread Hedde van der Heide
@Andy, I agree, it's perfectly possible to create you own auth backend now, so theres no need to change it if new views are sceduled. It just felt as a repetitive exercise @Florian, The other context variables should be dynamic aswell. I don't agree with your template logic. Django always seems

Re: Suggestion: make auth login view more dynamic

2012-05-24 Thread Andrew Ingram
It seems to me there'd be more mileage in making new class-based versions of the auth views. - Andy On 24 May 2012 13:51, Florian Apolloner wrote: > Hi, > > -1 from me here. > > A) why don't you have site_name_name etc (those are still fixed). > B) templates need to be able to rely on a name, if

Re: Suggestion: make auth login view more dynamic

2012-05-24 Thread Florian Apolloner
Hi, -1 from me here. A) why don't you have site_name_name etc (those are still fixed). B) templates need to be able to rely on a name, if your template expects a different name user {% with form as my_form %} Cheers, Florian On Wednesday, May 23, 2012 1:02:53 PM UTC+2, Hedde van der Heide wro