Re: coltrane sample at "practical django projects" book has a templates error

2010-04-22 Thread Alexandre González
I was searching for the error in google and I solve it, I don't know if I solve it at good way, but... It works :p from django.conf.urls.defaults import * from coltrane.models import Category urlpatterns = patterns('', (r'^$', 'django.views.generic.list_detail.object_list', { 'queryset':

Re: coltrane sample at "practical django projects" book has a templates error

2010-04-22 Thread Rodrigo
could you post your urls.py ? On Apr 21, 6:51 pm, xota wrote: > Or I do something bad, I was searching in google and some pepople have > same/similar error without replies, can you help me, this is my error: > > Caught an exception while rendering: Reverse for >

coltrane sample at "practical django projects" book has a templates error

2010-04-21 Thread xota
Or I do something bad, I was searching in google and some pepople have same/similar error without replies, can you help me, this is my error: Caught an exception while rendering: Reverse for 'coltrane_category_list' with arguments '()' and keyword arguments '{}' not found. If you need more info,