mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed #169 -- Thanks, django@gimbo.org.uk
git-svn-id: http://code.djangoproject.com/svn/django/trunk@301 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user