From eb7fb565e6483637fc4ee251940b86db813485a0 Mon Sep 17 00:00:00 2001 From: Merrin Macleod Date: Mon, 12 Dec 2016 02:12:36 +1300 Subject: [PATCH] Removed an unnecessary, discouraging sentence on the "It worked!" page. --- django/views/debug.py | 1 - 1 file changed, 1 deletion(-) diff --git a/django/views/debug.py b/django/views/debug.py index a32362b31c2..0345859c747 100644 --- a/django/views/debug.py +++ b/django/views/debug.py @@ -526,7 +526,6 @@ def default_urlconf(request): "heading": _("It worked!"), "subheading": _("Congratulations on your first Django-powered page."), "instructions": _( - "Of course, you haven't actually done any work yet. " "Next, start your first app by running python manage.py startapp [app_label]." ), "explanation": _(