1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

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

This commit is contained in:
Merrin Macleod 2016-12-12 02:12:36 +13:00 committed by Tim Graham
parent 8db6a6c0a1
commit eb7fb565e6

View File

@ -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": _(