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

2012-11-10 Thread Tim Graham
Thanks to those who have weighed in on this thus far. I've rewritten part of the tutorial to use a more recent ticket from the "git era" to hopefully make things less confusing. I think the part that has the most potential to confuse new contributors is the introduction of PYTHONPATH. Claude s

proposal: post-collectstatic signal

2012-11-10 Thread Justin Holmes
Currently, our only built-in management signal is post-syncdb. I propose (and, notwithstanding objection, will build) post-collectstatic. Is this reasonable? Is there another, less invasive way to hook logic into collectstatic? -- Justin Holmes Chief Chocobo Breeder, slashRoot slashRoot: Coff

Re: proposal: post-collectstatic signal

2012-11-10 Thread Alex Gaynor
What's the use case? Alex On Sat, Nov 10, 2012 at 8:48 PM, Justin Holmes wrote: > Currently, our only built-in management signal is post-syncdb. > > I propose (and, notwithstanding objection, will build) > post-collectstatic. > > Is this reasonable? Is there another, less invasive way to hook

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

2012-11-10 Thread Shai Berger
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: > > PYTHONPATH=/path/to/django ./run_tests.py --settings=tes