Hey, .schema is a command for the sqlite3 shell. If you have sqlite3 installed and have set DATABASE_ENGINE to sqlite3, type "sqlite3 <filename>" at your shell. <filename> is file name specified by DATABASE_NAME in settings.py. You should be able to issue the ".schema" command successfully from there.
Regards, Jeff On Sun, Dec 28, 2008 at 5:24 PM, mango7 <[email protected]> wrote: > > I am new to django, and following the tutorial at: > http://docs.djangoproject.com/en/dev/intro/tutorial01/?from=olddocs > > I got as far as creating and syncing a DB, but when I type .schema > into my command prompt, I get: > > '.schema' is not recognized as an internal or external command, > operable program or batch file > > Does anyone know why this is? I was able to get through the end of > the tutorial otherwise. > > Thanks in advance. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

