If you have sqlite3 installed on your system, enter this at the command prompt:
sqlite3 your_database_file You will be placed at a sqlite prompt. Type: .help (notice leading period) You will see the cool features of sqlite3. One of them is .schema, which will show you the database layout. Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

