mirror of
				https://github.com/django/django.git
				synced 2025-11-04 05:35:37 +00:00 
			
		
		
		
	Updated tutorial01.txt to note possible error about DATABASE_ENGINE
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1912 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		
							parent
							
								
									2e997f9a63
								
							
						
					
					
						commit
						16efb33203
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -76,6 +76,11 @@ command line::
 | 
			
		|||
    Go to http://127.0.0.1:8000/ for Django.
 | 
			
		||||
    Quit the server with CONTROL-C (Unix) or CTRL-BREAK (Windows).
 | 
			
		||||
 | 
			
		||||
(If you get an error about ``DATABASE_ENGINE``, edit your ``settings.py`` file
 | 
			
		||||
to change the ``DATABASE_ENGINE`` setting to point to the correct database, and
 | 
			
		||||
make sure you have the right database libraries installed -- such as PostgreSQL's
 | 
			
		||||
psycopg or MySQL's MySQLdb.)
 | 
			
		||||
 | 
			
		||||
You've started the Django development server, a lightweight, pure-Python Web
 | 
			
		||||
server that builds on the BaseHTTPServer included in Python's standard library.
 | 
			
		||||
We've included this with Django so you can develop things rapidly, without
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue