Re: Generic views and url issues

2013-01-24 Thread amy . cerrito
ound. > > Suggests that 'adcalls' simply isn't included part of the URL conf of the > application. > > Cheers, > > Tom > > On Thursday, 24 January 2013 14:01:30 UTC, Amy Cerrito wrote: >> >> Thanks for your response! >> >> Unfortunat

Re: Generic views and url issues

2013-01-24 Thread Amy Cerrito
ot;, with no apparent effect. >> >> Am I wrong in thinking that this should work? >> >> > The problem is a mismatch between your urls.py pattern and the parameters > you give to the url templatetag - note in the error message that it > mentions both arguments and keyword arg

Generic views and url issues

2013-01-23 Thread amy . cerrito
I've been trying to understand how to use generic views. I've followed some tutorials, and read through Django docs, but I can't get the url function to work in my templates. I get the error NoReverseMatch at /testadcall/ Reverse for 'detail' with arguments '(1,)' and keyword arguments '{}' n