I suspect you have something like this in your urls.py and your static media is not being served
if not settings.DEBUG: urlpatterns += patterns('',(r'^media/(.*)$', 'django.views.static.serve', {'document_root': settings.MEDIA_ROOT}),) On Sep 23, 5:29 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Tue, Sep 23, 2008 at 12:14 PM, Huuuze <[EMAIL PROTECTED]> wrote: > > > There are no tracebacks in this instance. I can see the non-descript > > 500 errors appearing in my terminal window. > > I don't understand. Are you saying you have configured ADMINS, etc. in > settings.py so that 500 error tracebacks are mailed to you, but these > particular ones are not? What terminal window are you referring to? > Perhpas a cut and paste of what you are seeing, exactly, will help, as it is > I am completely in the dark as to what is going on. > > Plenty of people run with DEBUG off and are able to serve static media, so > there's something particular about your setup that is causing this. Are you > testing this with the development server or are you using Apache or > something else? Do you have anything related to configuring serving of > static media that is bracketed by "if debug is on" type statements? This is > not a commonly encountered problem so I can't give any general advice based > on why others have run into this -- you need to provide more information > about your setup if you want any real guidance on what might be causing > this. > > Karen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---