How are you hosting Django? It would help to know if you are using builtin development server or whether you are hosting under Apache using mod_python or mod_wsgi. If under Apache then use of certain Apache configuration settings can cause 500 errors to be returned instead of 404 errors. No point explaining though if not using Apache.
Graham On Sep 24, 2:14 am, Huuuze <[EMAIL PROTECTED]> wrote: > There are no tracebacks in this instance. I can see the non-descript > 500 errors appearing in my terminal window. > > On Sep 23, 12:06 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > > > On Tue, Sep 23, 2008 at 11:53 AM, Huuuze <[EMAIL PROTECTED]> wrote: > > > > I'm preparing to deploy my Django app and I noticed that when I change > > > the "DEBUG" setting to False, all references to static files (i.e., > > > JavaScript, CSS, etc..) result in HTTP 500 errors. > > > > Any idea what's causing that issue (and how to fix it)? > > > No. An idea for getting enough information to figure it out, though, is to > > configure things in settings.py (ADMINS, the various EMAIL_HOST, > > EMAIL_HOST_USER, etc. settings) so that you get the tracebacks for these > > errors mailed to you. > > > 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 -~----------~----~----~----~------~----~------~--~---