Re: getting no such table error

2009-05-02 Thread George Song
On 5/2/2009 8:32 AM, tekion wrote: > No, I ended up removing the db and recreating it via manage.py > syncdb. it works after this. > > Next time I will log into SQL lite and check it out. > > I am curious why running "manage.py syncdb" didn't work until I blow > away the db and re-run it. Is

Re: getting no such table error

2009-05-02 Thread tekion
No, I ended up removing the db and recreating it via manage.py syncdb. it works after this. Next time I will log into SQL lite and check it out. I am curious why running "manage.py syncdb" didn't work until I blow away the db and re-run it. On May 2, 10:56 am, George Song

Re: getting no such table error

2009-05-02 Thread George Song
On 5/2/2009 6:02 AM, tekion wrote: > Exception Type: OperationalError at /play_django/page/start/save/ > Exception Value: no such table: mywiki_page_tags Did you log into SQLite and see if that table exists? -- George --~--~-~--~~~---~--~~ You received this

getting no such table error

2009-05-02 Thread tekion
Folks, I am following a tutorial. I am getting the following error even after I ran manage.py syncdb: Traceback: File "C:\Python26\lib\site-packages\django\core\handlers\base.py" in get_response 92. response = callback(request, *callback_args, **callback_kwargs) File