Re: Getting NoReverseMatch and can't find the mistake

2015-11-20 Thread Bob Aalsma
How big can a smile be? Works! Thanks! Bob -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group,

Re: Getting NoReverseMatch and can't find the mistake

2015-11-20 Thread Bob Aalsma
Cheers Daniel, I'll review, modify and try again! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this

Re: Getting NoReverseMatch and can't find the mistake

2015-11-20 Thread Daniel Roseman
On Thursday, 19 November 2015 21:38:50 UTC, Bob Aalsma wrote: > > Umm, one of the things I've found difficult is to determine the logic in > the translation of the class names in models.py to other variables. > > And I'm sorry to have not included the models.py. This is the part of > ZoekVraag:

Re: Getting NoReverseMatch and can't find the mistake

2015-11-19 Thread Bob Aalsma
Umm, one of the things I've found difficult is to determine the logic in the translation of the class names in models.py to other variables. And I'm sorry to have not included the models.py. This is the part of ZoekVraag: class ZoekVraag(models.Model): vrager =

Re: Getting NoReverseMatch and can't find the mistake

2015-11-19 Thread Daniel Roseman
On Thursday, 19 November 2015 19:04:05 UTC, Bob Aalsma wrote: > > Really sorry Tom, I've been looking at your text and thinking about it for > most of today, but no penny dropping. > I'm rather unsure which bits go where, I'm trying to understand this by > rebuilding the tutorial. > > I can't

Re: Getting NoReverseMatch and can't find the mistake

2015-11-19 Thread Bob Aalsma
Really sorry Tom, I've been looking at your text and thinking about it for most of today, but no penny dropping. I'm rather unsure which bits go where, I'm trying to understand this by rebuilding the tutorial. I can't seem to get my head around this 'reverse()' part: the reverse() as such is

Re: Getting NoReverseMatch and can't find the mistake

2015-11-18 Thread 'Tom Evans' via Django users
On Tue, Nov 17, 2015 at 7:08 PM, Bob Aalsma wrote: > Sorry, can't seem to find what's wrong here, please help: what am I > missing??? > > I'm seeing > > NoReverseMatch at /zoekopdrachten/4/resultaat/ > > Reverse for 'resultaat' with arguments '('',)' and keyword

Getting NoReverseMatch and can't find the mistake

2015-11-17 Thread Bob Aalsma
Sorry, can't seem to find what's wrong here, please help: what am I missing??? I'm seeing NoReverseMatch at /zoekopdrachten/4/resultaat/ Reverse for 'resultaat' with arguments '('',)' and keyword arguments '{}' not found. 1 pattern(s) tried: [u'zoekopdrachten/(?P[0-9]+)/resultaat/$'] Request