Can anyone shed some light on this issue?
Here's my settings.py and local_settings.py on dpate.com: http://dpaste.com/150368/
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
I've been mulling over this issue for a couple days and I just
discovered what it was. I was using the css/js compression app called
"compress" which only runs if DEBUG=True. It was throwing some error,
so I removed it and things work fine now.
In the immortal words of Homer Simpson, "Do'h!"
On Jan 25, 3:40 pm, Ted Nyman <tnm...@gmail.com> wrote:
> Have you created a 404.html and 500.html in your template directory?
>
> On Mon, Jan 25, 2010 at 12:37 PM, Damon Jablons <damonjabl...@gmail.com>wrote:
>
> > I work on my django site locally, and pull from the repository
> > remotely. On my local machine, I have DEBUG = True, and on my remote
> > machine I have DEBUG = False. Whenever I set the server's DEBUG to
> > False, the server presents a 500 error, and there's nothing to be
> > found in the Apache logs. If I set DEBUG to True, the site runs
> > perfectly fine.
>
> > Can anyone shed some light on this issue?
>
> > Here's my settings.py and local_settings.py on dpate.com:
> >http://dpaste.com/150368/
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Django users" group.
> > To post to this group, send email to django...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > django-users...@googlegroups.com<django-users%2Bunsu...@googlegroups.com>
On Monday 25 January 2010 22:37:45 Damon Jablons wrote:
> I work on my django site locally, and pull from the repository
> remotely. On my local machine, I have DEBUG = True, and on my remote
> machine I have DEBUG = False. Whenever I set the server's DEBUG to
> False, the server presents a 500 error, and there's nothing to be
> found in the Apache logs. If I set DEBUG to True, the site runs
> perfectly fine.
The server presents 500 on which URL? Is the `server` local machine or the
remote machine? Are you getting this error on development server or mod_wsgi
etc? How do you serve static files?
> Can anyone shed some light on this issue?
If your message was intented for telepathic group members please ignore my
questions above.
http://catb.org/~esr/faqs/smart-questions.html
--
Saygılarımla,
Atamert Ölçgen
-+-
--+
+++
I included a link to dpaste in my original response, but I think
google groups cut it out:
"Here's my settings.py and local_settings.py on dpa(s)te.com:
http://dpaste.com/150368/ "
Thank you for the concern.
I included a link to dpaste in my original response, but I think
google groups cut it out:
"Here's my settings.py and local_settings.py on dpa(s)te.com:
http://dpaste.com/150368/ "