Re: reverse function results in NoReverseMatch when passing parameters

2010-04-27 Thread Frank
I think I've discoved that part of my issue is not understanding that reverse(...) works in conjunction with the UrlConf file and not with the views directly... On Apr 27, 8:21 am, Frank wrote: > I suspect I have a simple problem here... But I'm a Django beginner > (plus my Python could be strong

reverse function results in NoReverseMatch when passing parameters

2010-04-27 Thread Frank
I suspect I have a simple problem here... But I'm a Django beginner (plus my Python could be stronger) I'm trying to use the reverse(...). When I call it as such: return HttpResponseRedirect( reverse('my_site.core_prototype.views.PostWithList') ) it works as expected. Now I need to call it