From 464e84257d1e61468bc6ddd3cc5ed0343ec6b047 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Wed, 16 Nov 2005 02:00:23 +0000 Subject: Changed 'django-admin.py startapp' application template to use views.py instead of views package, for simplicity. Updated tutorial to reflect the change. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1258 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/tutorial01.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/tutorial01.txt') diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt index 761b73466d..edf59b5b54 100644 --- a/docs/tutorial01.txt +++ b/docs/tutorial01.txt @@ -131,8 +131,7 @@ That'll create a directory structure like this:: models/ __init__.py polls.py - views/ - __init__.py + views.py This directory structure will house the poll application. -- cgit v1.3