Re: ANN: New document: How to serve static files

2005-11-27 Thread Adrian Holovaty
On 11/27/05, Christopher Lenz <[EMAIL PROTECTED]> wrote: > > How to serve static files > > http://www.djangoproject.com/documentation/static_files/ > > Can you maybe elaborate on why this approach is considered insecure? Mainly because it hasn't been security-audited, doesn't have any error handl

Re: ANN: New document: How to serve static files

2005-11-27 Thread Christopher Lenz
Am 27.11.2005 um 15:48 schrieb Adrian Holovaty: A commonly asked question is how to serve static files with Django. Here's the answer, finally documented. How to serve static files http://www.djangoproject.com/documentation/static_files/ Can you maybe elaborate on why this approach is conside

Re: ANN: New document: How to serve static files

2005-11-27 Thread Fat
it's very useful! good job