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
-~----------~----~----~----~------~----~------~--~---

Reply via email to