Re: security of django.views.static.serve

2007-04-01 Thread Tony Maher
Malcolm Tredinnick wrote: > On Sun, 2007-04-01 at 19:34 -0700, tonym wrote: > >>Hello >> >>in http://www.djangoproject.com/documentation/static_files/ it states >> >> With that said, Django does support static files during >>development. >> Use the view django.views.static.serve to serve media

Re: security of django.views.static.serve

2007-04-01 Thread Malcolm Tredinnick
On Sun, 2007-04-01 at 19:34 -0700, tonym wrote: > Hello > > in http://www.djangoproject.com/documentation/static_files/ it states > > With that said, Django does support static files during > development. > Use the view django.views.static.serve to serve media files. > The big, fat discla

security of django.views.static.serve

2007-04-01 Thread tonym
Hello in http://www.djangoproject.com/documentation/static_files/ it states With that said, Django does support static files during development. Use the view django.views.static.serve to serve media files. The big, fat disclaimer Using this method is inefficient and insecure. Do not use