Tutorial -- no attribute error

2006-01-29 Thread kbochert
I'm trying to run through the tutorial and when I get to the step: 'python manage.py sql polls' I get the error AttributeError: 'module' object has no attribute '_MODELS' (management.py line 65) I'm using SQLite. This question has been asked here before without reply. Am I out of luck? Thanks Ka

Re: Tutorial -- no attribute error

2006-01-29 Thread Adrian Holovaty
On 1/29/06, kbochert <[EMAIL PROTECTED]> wrote: > > Yeah -- just found it. Sticky key prevented saving of the polls.py > file > Why do these things always happen when I'm learning something new?? > > On to the next stupidity. No problem at all -- we should improve that error message. Adrian -

Re: Tutorial -- no attribute error

2006-01-29 Thread Adrian Holovaty
On 1/29/06, kbochert <[EMAIL PROTECTED]> wrote: > I'm trying to run through the tutorial and when I get to the step: > 'python manage.py sql polls' > I get the error > AttributeError: 'module' object has no attribute '_MODELS' > (management.py line 65) > I'm using SQLite. Hi Karl, Chances are yo

Re: Tutorial -- no attribute error

2006-01-29 Thread kbochert
Yeah -- just found it. Sticky key prevented saving of the polls.py file Why do these things always happen when I'm learning something new?? On to the next stupidity. Thanks