On Fri, Nov 13, 2009 at 11:42 PM, neridaj <neri...@gmail.com> wrote:

> I'm using django-tagging and I think it's causing an error when I try
> to access the admin page. If I comment out the urls that reference
> django-tagging views the error goes away.
>
> from django.conf.urls.defaults import *
> from blog.models import Entry, Link
> from tagging.models import Tag
>
> urlpatterns = patterns(''
>

You are missing a comma on the end of this line.

Karen

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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=.


Reply via email to