>On Tue Dec 11 17:57 , Goldy <[EMAIL PROTECTED]> wrote:
> My Django database was created using sqlite3 and therefore produced a file 
> called mydb.py. I was wondering if this file could be connected to and
> examined interactively by sqlite3 as if i had inserted the tables myself? 

a very easy way is '$ manage.py dbshell', this will fire up the right frontend 
for the configured database and let you interact with it.

Give the docs a look, they really are quite good.

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to