0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
git-svn-id: http://code.djangoproject.com/svn/django/trunk@301 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-07-23 15:47:06 +00:00
parent 0bbe1f4425
commit 4ab1e196c4

View File

@ -95,7 +95,7 @@ On Windows, you'd use ``set`` instead::
If you don't see any errors after running ``django-admin.py init``, you know it If you don't see any errors after running ``django-admin.py init``, you know it
worked. That command initialized your database with Django's core database worked. That command initialized your database with Django's core database
tables. If you're interested, run the command-line client for your database and tables. If you're interested, run the command-line client for your database and
type ``\\dt`` (PostgreSQL), ``SHOW TABLES;`` (MySQL), or ``.schema`` (SQLite) to type ``\dt`` (PostgreSQL), ``SHOW TABLES;`` (MySQL), or ``.schema`` (SQLite) to
display the tables. display the tables.
Now you're set to start doing work. You won't have to take care of this boring Now you're set to start doing work. You won't have to take care of this boring