Re: NoReverseMatch error when following Django Tutorial

2014-06-22 Thread Jerry Wu
It works! Thank you very much! On Sunday, June 22, 2014 7:54:41 PM UTC+8, Noxxan wrote: > > Hi > It looks like you have in polls/views.py whitespace in reverse function > ("polls: results"), try without it ('polls:results"). > > On Sunday, June 22, 2014 10:53:12 AM UTC+2, Jerry Wu wrote: >> >> D

Re: NoReverseMatch error when following Django Tutorial

2014-06-22 Thread Noxxan
Hi It looks like you have in polls/views.py whitespace in reverse function ("polls: results"), try without it ('polls:results"). On Sunday, June 22, 2014 10:53:12 AM UTC+2, Jerry Wu wrote: > > Dear every one, > > I am new to Python and Django and am following the Tutorial to start my > first sit