* Shawn Milochik <sh...@milochik.com> [110326 11:15]:
> Follow the instructions in the beginning of the Django tutorial to set
> up sqlite3
> as your database.
> 
> Then:
> 
>     manage.py dbshell
> 
> This should bring you to the sqlite3 interactive prompt if it works.
> 
> For extra fun you can create a simple model then try this:
> 
>     manage.py syncdb
> 
> This will actually do something to the database, which you can then
> delete (obviously).
  Thanks Shawn. That should get me started. And if it don't work, I
  will just get some sun!
  cheers
-- 
Tim 
tim at johnsons-web dot com or akwebsoft dot com
http://www.akwebsoft.com

-- 
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