mirror of
				https://github.com/django/django.git
				synced 2025-11-04 05:35:37 +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:
		
							parent
							
								
									0bbe1f4425
								
							
						
					
					
						commit
						4ab1e196c4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue