Re: #16779 - a tutorial for first time Django contributors

2012-11-11 Thread Aymeric Augustin
Le 11 nov. 2012 à 06:53, Shai Berger a écrit : > On Sunday 11 November 2012, Tim Graham wrote: >> >> I think the part that has the most potential to confuse new contributors is >> the introduction of PYTHONPATH. Claude suggested we could simply instruct >> users to run the tests like so: >> >>

Re: #16779 - a tutorial for first time Django contributors

2012-11-11 Thread william ratcliff
I develop on windows, linux, and macos--for windows, I have to say that I tend to use tortoise-git (somehow, I still prefer it to github for windows), whereas for linux, the command line is greatFrom my experience leaping between platforms, it's rather painful to try to shoehorn the way of doin

Re: #16779 - a tutorial for first time Django contributors

2012-11-11 Thread william ratcliff
And I should say, thanks for the effort on this! On Sun, Nov 11, 2012 at 10:18 AM, william ratcliff < william.ratcl...@gmail.com> wrote: > I develop on windows, linux, and macos--for windows, I have to say that I > tend to use tortoise-git (somehow, I still prefer it to github for > windows), wh

Re: proposal: post-collectstatic signal

2012-11-11 Thread Justin Holmes
My sense is that there are a growing number of use cases, but the one that I currently have in mind is for django-coldbrew. I want to be able to compile all the coffeescript in a project during the collectstatic process. Currently, we have a management command, "collect_coldbrew" - but I'd li

Class-based view improvement idea

2012-11-11 Thread Kevin Veroneau
Hello Everyone, I have been using class-based views for sometime now, and I am running into an issue while subclassing CreateView, and think that this type of thing could be placed into Django somehow to make it easier to implement. Most multi-user websites connect models to a user by some

Re: Class-based view improvement idea

2012-11-11 Thread Kevin Veroneau
Scratch this, I just noticed that the dev docs explain a lot more than the 1.3/1.4 docs do. Perhaps having this documentation in 1.3/1.4 as well, or at least mentioning there that the dev docs contain much more information. On Sunday, 11 November 2012 11:31:41 UTC-6, Kevin Veroneau wrote: > > H

Re: #16779 - a tutorial for first time Django contributors

2012-11-11 Thread Daniele Procida
On Sat, Nov 10, 2012, Tim Graham wrote: >Any specific feedback on this paragraph, or the tutorial as whole, would be >appreciated: My four thoughts: Firstly: I like to see things like: ./runtests.py --settings=test_sqlite include a comment when appropriate; in this case to say why we are