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.