Skip to content

Commit

Permalink
Fixed #169 -- Thanks, django@gimbo.org.uk
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@301 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Jul 23, 2005
1 parent 0bbe1f4 commit 4ab1e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial01.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
type ``\\dt`` (PostgreSQL), ``SHOW TABLES;`` (MySQL), or ``.schema`` (SQLite) to
type ``\dt`` (PostgreSQL), ``SHOW TABLES;`` (MySQL), or ``.schema`` (SQLite) to
display the tables.

Now you're set to start doing work. You won't have to take care of this boring
Expand Down

0 comments on commit 4ab1e19

Please sign in to comment.