On 10/30/08, Thomas K. Adamcik <[EMAIL PROTECTED]> wrote: > If django where to ship something like this __file__ would point to somewhere > within the installation folder of django, which is obviously not what we > want.
Not necessarily true. If this code were in the settings.py from the project_template it would get laid down in your project when you ran django-admin.py startproject, which is, I think, the appropriate place for this relative path stuff to land. See: http://code.djangoproject.com/browser/django/trunk/django/conf/project_template/settings.py +1 from me. :) -Rob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---