On Mar 7, 2:53 am, Jacob Kaplan-Moss <jacob.kaplanm...@gmail.com>
wrote:
> On Fri, Mar 6, 2009 at 9:46 AM, Brian Neal <bgn...@gmail.com> wrote:
> > I updated my working copy of Django after a long period and was
> > browsing the source and noticed it was taking advantage of the Python
> > warnings module. What is the best way to "see" such warnings when
> > doing development? Is it possible to configure Python or the Django
> > development server to display such warning messages?
>
> You want the ``-W`` flag to the python binary; see ``python --help``
> for more. Essentially, you'll do::
>
>     python -Wall manage.py runserver

The issue of warnings came up recently in TG list, as apparent TG2
gets a load form third party packages it uses with newest versions of
Python.

Anyway, the issue is that at the moment mod_wsgi doesn't have an
equivalent for the command line -W option. Do people feel it would be
useful to have a directive in mod_wsgi which allows one to control the
warnings mechanism, ie., does the same as -W?

For Python 2.6 (in mod_wsgi 3.0), it already has a directive to enable
Py3K warnings, but not the -W option equivalent.

Graham
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to