Re: #18277 : Passing additional context to startproject command

2012-05-16 Thread Dominique Guardiola Falco
> Why would your wsgi file need to know the site-packages folder? Shouldn't > the external hosting mechanism configure that properly?! > It was just an example of using additional context I don't know which mecanism you're mentioning. My WSGI file follows what you can read here about virtualen

Re: #18277 : Passing additional context to startproject command

2012-05-16 Thread Florian Apolloner
On Tuesday, May 15, 2012 3:53:56 PM UTC+2, Dominique Guardiola Falco wrote: > > Example use case : in order to make a valid wsgi.py file, pass the > virtualenv site-packages folder path > Why would your wsgi file need to know the site-packages folder? Shouldn't the external hosting mechanism co

#18277 : Passing additional context to startproject command

2012-05-15 Thread Dominique Guardiola Falco
Jezdez said he wanted to discuss the point of this feature. I posted a very simple working patch (I only have a yellow belt in django/python) As this was advertised as possible in the docs, I wanted to pass more variables to the project template rendering command (./manage.py startproject --temp