touch worked for me.

thanks


On May 4, 11:31 am, Mike Ramirez <gufym...@gmail.com> wrote:
> 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.
>
>  signature.asc
> < 1KViewDownload
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to