Re: mod_python error when debug=False

2009-03-02 Thread Danny Brown
I guess I will try tomorrow . Don't know if I know enough about Django to make an intelligent submittal but will try. On Mon, Mar 2, 2009 at 3:43 PM, Karen Tracey wrote: > On Mon, Mar 2, 2009 at 3:48 PM, Danny Brown wrote: >> >> Thanks to Karen, She figured it out. I guess she will know if it >

Re: mod_python error when debug=False

2009-03-02 Thread Karen Tracey
On Mon, Mar 2, 2009 at 3:48 PM, Danny Brown wrote: > > Thanks to Karen, She figured it out. I guess she will know if it > should be a ticket. I am like you. I sure don't know. > Probably worth a ticket so it doesn't get forgotten; I won't be able to experiment with an Apache setup until the week

Re: mod_python error when debug=False

2009-03-02 Thread Danny Brown
Thanks to Karen, She figured it out. I guess she will know if it should be a ticket. I am like you. I sure don't know. On Mon, Mar 2, 2009 at 2:43 PM, Michael A. Repucci wrote: > Hey thanks Danny!! That worked! The quoted strings syntax should be > permissible, and works just fine with DEBUG=Tru

Re: mod_python error when debug=False

2009-03-02 Thread Michael A. Repucci
Hey thanks Danny!! That worked! The quoted strings syntax should be permissible, and works just fine with DEBUG=True, or on the development server. I'd say this should be a new ticket, but what do I know. I'm just a user not a developer. Anyway, thanks again! On Mon, Mar 2, 2009 at 3:17 PM, Danny

Re: mod_python error when debug=False

2009-03-02 Thread Danny Brown
using syntax like this : contact = models.ForeignKey("Contact" was causing me to fail earlier today at the exact same line. her response to me was "Why are you using quoted strings instead of direct references to the target models here and in the OneToOneField in VoipGateway? I don't understand

Re: mod_python error when debug=False

2009-03-02 Thread Michael A. Repucci
Thanks for walking me through the traceback Karen. I'm happy to post my models.py and admin.py code here (or whatever else might help), but I don't ever explicitly check settings.DEBUG in any of my code, so I'm at a bit of a loss where the error might be coming from. Any further suggestions? #peop

Re: mod_python error when debug=False

2009-02-27 Thread Karen Tracey
On Fri, Feb 27, 2009 at 11:46 AM, Michael Repucci wrote: > > I've been trying to put my site up live, and keep coming across an > error (on any page on the site) whenever I set debug=False in > settings.py. With the development server, or with debug=True on the > production server, I don't have th