From 9cce7a5ea8e3006069041e6a6bf7294f7e643396 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 1 Jan 2012 21:54:33 +0000 Subject: [PATCH] Fixed #17486 -- Updated the welcome page of new projects to reflect the new structure created by startproject. Thanks aashu_dwivedi. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17323 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/views/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/views/debug.py b/django/views/debug.py index e150ca07a4..61817bb6b7 100644 --- a/django/views/debug.py +++ b/django/views/debug.py @@ -1083,7 +1083,7 @@ EMPTY_URLCONF_TEMPLATE = """

Of course, you haven't actually done any work yet. Here's what to do next: