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 this in
a
  production setting. Use this only for development.

I can understand why it is inefficient but why is it insecure?

For our application where there are few statics files, just css,
images. Setting up a separate  media server (as described in
http://www.djangoproject.com/documentation/modpython/#serving-media-files)
is extra complexity that we would like to avoid.

thanks
--
tonym


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to