I forgot to mention that sqlite3 expects a file to be there, it can't create 
one on it's own, using ./manage.py syncdb.  To do so I use touch, tho you can 
also do the same thing with vi, if you save it as an empty file (just tested 
it). echo "" > testing.db might work also.

[gufym...@sylia testing]$ rm testing.db
[gufym...@sylia testing]$ vi testing.db
[gufym...@sylia testing]$ ./manage.py syncdb
Creating table django_content_type
Creating table django_session
Creating table django_site
Creating table testfun_testfun

-- In vi I just typed :wqa  to quit it.

Mike  
-- 
I used to think I was indecisive, but now I'm not so sure.

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to