From a537a4efa1de8333c07817189b6de2711da89ff0 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 5 Aug 2005 22:43:35 +0000 Subject: Changed 'django-admin startapp' so that it doesn't create the 'urls' directory. People have said they're a bit overwhelmed by the multiple url directories, and this one isn't necessary for basic Django usage. You can always make it yourself if you know what you're doing and want to decouple/distribute your apps. git-svn-id: http://code.djangoproject.com/svn/django/trunk@415 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/tutorial01.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs/tutorial01.txt') diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt index 60f370e5a9..b53dea1634 100644 --- a/docs/tutorial01.txt +++ b/docs/tutorial01.txt @@ -122,9 +122,6 @@ That'll create a directory structure like this:: models/ __init__.py polls.py - urls/ - __init__.py - polls.py views/ __init__.py -- cgit v1.3