I can answer one of my own questions now:

On Jan 25, 11:46 pm, Brian Neal <bgn...@gmail.com> wrote:
...
> My second confusion point:
> I am running the dev server with -Wall and I am seeing warnings:
> PendingDeprecationWarning: The view at `django.views.static.serve` is
> deprecated; use the path `django.contrib.staticfiles.views.serve`
> instead.
>
> I don't understand why I'm getting these warnings.

This warning is being generated by the django debug toolbar calling
into the deprecated view function.

-BN

-- 
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