Re: Redesign of djangoproject.com?

2012-05-01 Thread Idan Gazit
No premade templates. I On Wednesday, May 2, 2012 at 3:14 AM, Daniel Sokolowski wrote: > Being realistic here we must acknowledge that likely the majority of us are > great programmers but not great designers – none of the design proposed did > it for me – they were not bad but they weren’t

Re: Redesign of djangoproject.com?

2012-05-01 Thread Buddy Lindsey, Jr.
um, not sure what happened to part of my response, but to summarize a missing paragraph I would like the design to consider showing more of the community as well. Buddy Lindsey, Jr. wrote: Russell Keith-Magee wrote: * One of my personal goals for this redesign is to give more visibility to

Re: Redesign of djangoproject.com?

2012-05-01 Thread Buddy Lindsey, Jr.
Russell Keith-Magee wrote: * One of my personal goals for this redesign is to give more visibility to community resources. Over the last 6 years, we've had a number of unofficial projects come and done great service for the community -- django people, several packaging indices, and so on. Ho

Re: Redesign of djangoproject.com?

2012-05-01 Thread Moritz S.
Those templates look very great but I think it's a really bad idea to use work without GPL compatible licenses... Am Mittwoch, 2. Mai 2012 02:14:48 UTC+2 schrieb Daniel Sokolowski: > > Being realistic here we must acknowledge that likely the majority of us > are great programmers but not great

Re: Redesign of djangoproject.com?

2012-05-01 Thread Dana Woodman
People weren't proposing finished designs Daniel, they're mockups/wireframes. The first focus here is getting the IA right and then making it "sexy". I for one think that canned designs are not the way to go for a project such as Django. One of the goals with the redesign of the site is to show

Re: Redesign of djangoproject.com?

2012-05-01 Thread Daniel Sokolowski
Being realistic here we must acknowledge that likely the majority of us are great programmers but not great designers – none of the design proposed did it for me – they were not bad but they weren’t great, and I want epic, I want sexy and I want eye candy. So I say this: it is no shame to use

Re: Redesign of djangoproject.com?

2012-05-01 Thread Russell Keith-Magee
Hi all, I have two reactions to Giovanni's design: * There needs to be more than one call to action. "Download and run tutorial" is the call to action for new users; but there are several other equally important calls to action: - I'm an active Django user -- how do I get involved in developme

Re: startproject template context

2012-05-01 Thread Ramiro Morales
On Tue, May 1, 2012 at 11:04 AM, Sam Simmons wrote: > For app/project templates I found the docs a little misleading when they say > 'Any option passed to the startapp command' will be added to the context. You' ve understood the documentation correctly. This is a feature that is currently (and A

Re: timezone.override() doesn't play well with template response views, by default

2012-05-01 Thread Aymeric Augustin
On 1 mai 2012, at 19:28, Yo-Yo Ma wrote: > This is because the context manager returns control after dispatch is called, > but the lazy response isn't rendered to a string until later on Hello, This behavior isn't specific to `timezone.override`. It would also happen with other context manager

timezone.override() doesn't play well with template response views, by default

2012-05-01 Thread Yo-Yo Ma
Regarding https://docs.djangoproject.com/en/dev/ref/utils/#django.utils.timezone.override # views.py class TZView(DetailView): def dispatch(self, request, *args, **kwargs): with timezone.override(est_tz): # Assuming your default timezone is US/Pacific return super(TZView

Re: GitHub migration done!

2012-05-01 Thread Donald Stufft
Pretty sure this isn't going to make a compatible with the existing mirror mirror but http://hg-git.github.com/ should make it easy to go from git -> hg. On Tuesday, May 1, 2012 at 12:39 PM, Carl Meyer wrote: > On 05/01/2012 12:45 AM, Vinay Sajip wrote: > > On May 1, 2:19 am, Carl Meyerhttp://o

Re: GitHub migration done!

2012-05-01 Thread Carl Meyer
On 05/01/2012 12:45 AM, Vinay Sajip wrote: On May 1, 2:19 am, Carl Meyer wrote: Good point. I think which of those happens now depends on whether a motivated someone steps up to figure out how to convert the mirror to use hg-git and source from Git, and then maintain it as needed. I originally

startproject template context

2012-05-01 Thread Sam Simmons
For app/project templatesI found the docs a little misleading when they say 'Any option passed to the startapp command' will be added to the context. This got me thinking I could add arbitrary options to the

Re: GitHub migration done!

2012-05-01 Thread Carsten Fuchs
Hi all, On Saturday, April 28, 2012 5:08:09 AM UTC+2, Adrian Holovaty wrote: > > On Fri, Apr 27, 2012 at 11:50 AM, Adrian Holovaty wrote: > > We're going to do the migration to GitHub today. This means we'll no > > longer be committing code to our Subversion repository. Committers, > > please h

Re: Redesign of djangoproject.com?

2012-05-01 Thread Ivan Ivanov
На Sun, 29 Apr 2012 14:33:33 -0700 Dana Woodman написа: > Giovanni and I have touched base about collaborating on the design. > We'll update as we go. Hi all! I have not enough time for participating on developement right now, but I could be helpful with testing and (when needed) fixing issues