OK, I solved my problem. I now understand reverse lookups well enough
to be embarrassed by the code below. Sorry to have bothered you.
Rodney
On Aug 27, 10:39 am, Rodney Topor <[EMAIL PROTECTED]> wrote:
> Hi. Sorry to botther the group again. I'm working through the Weblog
> example in 'Prac
Hi. Sorry to botther the group again. I'm working through the Weblog
example in 'Practical Django Projects'. Yet again, reverse URL lookup
errors prove to be the hardest to debug. In class Entry I have
defined
def get_absolute_url(self):
return "/weblog/%s/%s/" % (self.pub_date.st
2 matches
Mail list logo