mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed #143 -- Clarified the need for an environment variable in tutorial 1. Thanks, sdelatorre@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@328 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -284,8 +284,9 @@ your Django settings file. | ||||
| Playing with the API | ||||
| ==================== | ||||
|  | ||||
| Now open the Python interactive shell, and play around with the free Python API | ||||
| Django gives you:: | ||||
| Now, make sure your DJANGO_SETTINGS_MODULE environment variable is set (as | ||||
| explained above), and open the Python interactive shell to play around with the | ||||
| free Python API Django gives you:: | ||||
|  | ||||
|     # Modules are dynamically created within django.models. | ||||
|     # Their names are plural versions of the model class names. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user