I'm new to django, my first time 2 use it.

I read this in the Writing your first Django app, part 1 document

>>> If you're interested, run the command-line client for your database and 
>>> type \dt (PostgreSQL), SHOW TABLES; (MySQL), or .schema (SQLite) to display 
>>> the tables Django created.

>>>I'm using PostgreSQL, and I successfully run python manage.py syncdb and saw 
>>>the created ten tables using pgAdmin III client. What I'm not clear with is 
>>>about the \dt command. How do I run it?

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