Re: Error in testing script

2016-07-11 Thread Gary Roach
On 07/10/2016 11:19 PM, Michal Petrucha wrote: On Sun, Jul 10, 2016 at 02:25:40PM -0700, Gary Roach wrote: On 07/10/2016 01:57 PM, Gary Roach wrote: Hi all; OS Debian Linux KDE desktop Django 1.9 Python 3.5 Working with tutorial https://docs.djangoproject.com/en/1.9/intro/tutorial05/ Writing

Re: Error in testing script

2016-07-10 Thread Michal Petrucha
On Sun, Jul 10, 2016 at 02:25:40PM -0700, Gary Roach wrote: > On 07/10/2016 01:57 PM, Gary Roach wrote: > >Hi all; > > > >OS Debian Linux KDE desktop > >Django 1.9 > >Python 3.5 > > > >Working with tutorial > >https://docs.djangoproject.com/en/1.9/intro/tutorial05/ > >Writing polls/tests.py script

Re: Error in testing script

2016-07-10 Thread Gary Roach
On 07/10/2016 01:57 PM, Gary Roach wrote: Hi all; OS Debian Linux KDE desktop Django 1.9 Python 3.5 Working with tutorial https://docs.djangoproject.com/en/1.9/intro/tutorial05/ Writing polls/tests.py script I am consistently getting an error: NameError: name 'create_question' is not defin

Error in testing script

2016-07-10 Thread Gary Roach
Hi all; OS Debian Linux KDE desktop Django 1.9 Python 3.5 Working with tutorial https://docs.djangoproject.com/en/1.9/intro/tutorial05/ Writing polls/tests.py script I am consistently getting an error: NameError: name 'create_question' is not defined. The first section of tests.py to t