Hi,

On Saturday, December 22, 2012 10:35:59 PM UTC+1, Ben Porter wrote:
>
> I would like to see support for relative paths.  It seems the solution is 
> simple, but I wonder if there is some compelling reason to require absolute 
> paths?


It would seem so but it is everything but simple: First of, for a relative 
path one needs a base path to join with, what is that? In your example it's 
the project root, Django doesn't have such thing as a project root. All 
that Django requires is a settings module which is importable (and not even 
that if you call settings.configure() yourself).

Secondly if you were to suggest the cwd (current working directory) this 
won't work either since many deployment solutions change that.

That said I am in agreement with the answers of the other core devs on the 
ticket and won't support this feature.

Best regards,
Florian

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-developers/-/ST70EsTH33sJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to