This is a static file and should be served directly by webserver, so you need to configure your webserver to provide this file (like other static files but from another url).

It is possible to server it by Django too, then you are looking for django.views.static.serve but It is not recommended.

Regards,
Martin Tirsel


On Wed, 19 Jan 2011 19:39:41 +0100, galago <[email protected]> wrote:

How can I put a file, which is needed by the Google Webmasters Tool? Where
to put it or how to configure django to read it?

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
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-users?hl=en.

Reply via email to