Look at the 
http://code.djangoproject.com/browser/django/trunk/django/conf/urls/defaults.py#L4
.
There are __all__ = ['handler404', 'handler500', 'include',
'patterns', 'url']
It seems as you forgot to add 'handler404' and 'handler500'.
Whats about handlers?

On Feb 4, 10:50 pm, Carl Meyer <carl.j.me...@gmail.com> wrote:
> Only reason I didn't add it to the import is that it's not used in any
> of the commented sample lines. But the better solution is to import it
> and demonstrate using it.
>
> Done inhttp://code.djangoproject.com/changeset/15415
>
> Thanks for the suggestion.
>
> Carl

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to