On 29-Aug-06, at 6:46 PM, Jay Parlar wrote:
>> in idle). Even if it does compile, if some import errors are there,
>> again you will not get the error - just the script headers thing
>
> There are lots and lots of potential runtime errors that wouldn't be
> caught. Just running your stuff in IDL
On 8/29/06, Ilia Kantor <[EMAIL PROTECTED]> wrote:
> And people here tell me set admin email.. So I will get emails with errors
> WHILE I DEVELOP on my home box!
> *rofl*
>
> Maybe django redirects stdout/stderr somewhere so the errors get consumed ?
It wouldn't be Django redirecting, it would be
On 8/28/06, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
> if there are syntax errors, the file will not compile and the only
> error apache will give is incomplete script headers or something like
> that. So before running with apache, make sure the file compiles (F5
> in idle). Even if it does
> if there are syntax errors, the file will not compile and the only
> error apache will give is incomplete script headers or something like
> that. So before running with apache, make sure the file compiles (F5
> in idle). Even if it does compile, if some import errors are there,
> again you wil
On 28-Aug-06, at 10:46 PM, Jay Parlar wrote:
>>
>> When I have syntax error in python code of an app, where it goes ?
>>
>> I'm working under apache, same config as production, but
>> MaxRequestsPerChild 1
>>
>> There are no syntax errors in apache error log or site error log.
>> What's up ?
>
no, I did not care about it yet.
I'm under Gentoo box w/ sendmail wrapper
> On 8/28/06, Ilia Kantor <[EMAIL PROTECTED]> wrote:
> > my settings.py starts with
> >
> > DEBUG = True
> > TEMPLATE_DEBUG = DEBUG
>
> Are you listed in ADMINS? Is your system properly configured to send
> email? (ie.on
On 8/28/06, Ilia Kantor <[EMAIL PROTECTED]> wrote:
>
> my settings.py starts with
>
> DEBUG = True
> TEMPLATE_DEBUG = DEBUG
>
Are you listed in ADMINS? Is your system properly configured to send
email? (ie.on my setup, I needed to configure the EMAIL_HOST and
SERVER_EMAIL options).
Jay P.
--~--
my settings.py starts with
DEBUG = True
TEMPLATE_DEBUG = DEBUG
> On 8/28/06, Ilia Kantor <[EMAIL PROTECTED]> wrote:
> > After all, I think such behavior ("eating" errors) is simply wrong.
> > I want track errors from logs after deployment, because fixes on live
> > server should be possible.
>
On 8/28/06, Ilia Kantor <[EMAIL PROTECTED]> wrote:
>
>
> I have single static IP on my home host, and 80 port is occupied by apache.
> I'm very satisfied by dev process using it.
>
> After all, I think such behavior ("eating" errors) is simply wrong.
> I want track errors from logs after deploymen
On 8/28/06, Ilia Kantor <[EMAIL PROTECTED]> wrote:
> After all, I think such behavior ("eating" errors) is simply wrong.
> I want track errors from logs after deployment, because fixes on live server
> should be possible.
When the 'DEBUG' setting is False, Django will email tracebacks of any
erro
I have single static IP on my home host, and 80 port is occupied by apache.
I'm very satisfied by dev process using it.
After all, I think such behavior ("eating" errors) is simply wrong.
I want track errors from logs after deployment, because fixes on live server
should be possible.
> On 8/2
If you run
On 8/28/06, Jay Parlar <[EMAIL PROTECTED]> wrote:
>
> On 8/28/06, Ilia Kantor <[EMAIL PROTECTED]> wrote:
> >
> >
> > When I have syntax error in python code of an app, where it goes ?
> >
> > I'm working under apache, same config as production, but
> > MaxRequestsPerChild 1
> >
> > Th
On 8/28/06, Ilia Kantor <[EMAIL PROTECTED]> wrote:
>
>
> When I have syntax error in python code of an app, where it goes ?
>
> I'm working under apache, same config as production, but MaxRequestsPerChild 1
>
> There are no syntax errors in apache error log or site error log.
> What's up ?
I don'
When I have syntax error in python code of an app, where it goes ?
I'm working under apache, same config as production, but MaxRequestsPerChild 1
There are no syntax errors in apache error log or site error log.
What's up ?
How should I setup things ?
my vhost --
14 matches
Mail list logo