Browse Source

Removed an unnecessary, discouraging sentence on the "It worked!" page.

Merrin Macleod 8 years ago
parent
commit
eb7fb565e6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      django/views/debug.py

+ 0 - 1
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 <code>python manage.py startapp [app_label]</code>."
         ),
         "explanation": _(