#11947: The use of '/media/' for static file serving ---------------------------+------------------------------------------------ Reporter: jscausey | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.1 Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ Hi,
An exceptionally annoying problem that I've solved thrice and forgotten twice :) When using the static file serving capabilities of the Django dev server (as accessed from manage.py), you CANNOT use the directory '/media/' to serve your own media files as this dir is used by the admin. In my never ending search for concise names, I invariably end up trying to use the name '/media/' and ponder over 'file not found' errors for quite a bit. Then comes the permission changing, to no avail. And finally, the realization that I've done this before... In any event, there's no problem with Django here. I'd just like to see this called out in the static files serving doc (http://docs.djangoproject.com/en/1.0/howto/static-files/) so I (and others) don't waste time on this again. Thanks for such an awesome framework! -- Ticket URL: <http://code.djangoproject.com/ticket/11947> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---