Debug was false. Changed it to true. Noob question, but how do I make the setting take effect?
-Tres On Tue, Feb 8, 2011 at 10:27 PM, Stuart Laughlin <[email protected]>wrote: > Check your settings.py and make sure debug is set to true. If it is, I'll > try to think of why else you might not be seeing good error messages. > > --Stuart > On Feb 8, 2011 8:03 PM, "Tres Finocchiaro" <[email protected]> > wrote: > > "Internal Server Error" is all I ever get via browser when there's an > error. > > > > The person before me... may have turned off verbosity? > > > > -Tres > > > > On Tue, Feb 8, 2011 at 2:01 PM, Stuart Laughlin <[email protected] > >wrote: > > > >> On Tue, Feb 8, 2011 at 12:47 PM, Tres Finocchiaro > >> <[email protected]> wrote: > >> > > >> > Is there a way to know if I have python syntax errors? I understand > it's > >> > "kind of" compiled, but when I made modifications to other python > items, > >> it > >> > wouldn't update immediately, and in some cases break the entire site > >> without > >> > much insight into the errors. For this, I backed up files before > >> modifying > >> > them, but I'm a bit more accustomed to a "^---- Here's your error" > >> > debugging. > >> > > >> > >> When you change a py file you'll need to restart your app server > >> (unless you're using the django dev server). Template changes should > >> just work with no restart. > >> > >> If you have a python syntax error, you should get a pretty decent > >> error message in your browser -- stack trace, exception details etc. > >> If you come across anything too opaque / confusing, feel free to ask > >> about it. > >> > >> > >> Good luck! > >> > >> --Stuart > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "Satchmo users" group. > >> To post to this group, send email to [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]. > >> For more options, visit this group at > >> http://groups.google.com/group/satchmo-users?hl=en. > >> > >> > > > > > > -- > > - [email protected] > > > > -- > > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > [email protected]. > > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > -- - [email protected] -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
